Class ExcelChartStyleFontReference
A reference to a theme font collection from the chart style manager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyleFontReference : XmlHelper
Properties
Color
The color of the font This will replace any the StyleClr node in the chart style xml.
Declaration
public ExcelChartStyleColorManager Color { get; }
Property Value
Type | Description |
---|---|
ExcelChartStyleColorManager |
HasColor
If the reference has a color
Declaration
public bool HasColor { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Index
The index to the style matrix. This property referes to the theme
Declaration
public eThemeFontCollectionType Index { get; set; }
Property Value
Type | Description |
---|---|
eThemeFontCollectionType |