Class ExcelChartStyleFontReference
- Namespace
- OfficeOpenXml.Drawing.Chart.Style
- Assembly
- EPPlus.dll
A reference to a theme font collection from the chart style manager
public class ExcelChartStyleFontReference : XmlHelper
- Inheritance
-
ExcelChartStyleFontReference
- Inherited Members
Properties
Color
The color of the font 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 style matrix. This property referes to the theme
public eThemeFontCollectionType Index { get; set; }