Class ExcelChartStyleReference
- Namespace
- OfficeOpenXml.Drawing.Chart.Style
- Assembly
- EPPlus.dll
A reference from a chart style to the theme collection
public class ExcelChartStyleReference : XmlHelper
- Inheritance
-
ExcelChartStyleReference
- Inherited Members
Properties
Color
The color to be used for the reference. This will replace any the StyleClr node in the chart style xml.
public ExcelChartStyleColorManager Color { get; }
Property Value
HasColor
If the reference has a color
public bool HasColor { get; }
Property Value
Index
The index to the theme style matrix. ThemeManager
public int Index { get; set; }