Show / Hide Table of Contents

Class ExcelChartStyleColor

A color for a chart style entry reference

Inheritance
object
XmlHelper
ExcelChartStyleColor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyleColor : XmlHelper

Properties

Auto

Color is automatic

Declaration
public bool Auto { get; }
Property Value
Type Description
bool

Index

The index, maps to the style matrix in the theme

Declaration
public int? Index { get; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX