Class ExcelChartStyleEntry
A style entry for a chart part.
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyleEntry : XmlHelper
Properties
Border
Reference to border settings for a chart part
Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingBorder |
BorderReference
Declaration
public ExcelChartStyleReference BorderReference { get; }
Property Value
Type | Description |
---|---|
ExcelChartStyleReference |
DefaultTextBody
Reference to default text body run settings for a chart part
Declaration
public ExcelTextBody DefaultTextBody { get; }
Property Value
Type | Description |
---|---|
ExcelTextBody |
DefaultTextRun
Reference to default text run settings for a chart part
Declaration
public ExcelTextRun DefaultTextRun { get; }
Property Value
Type | Description |
---|---|
ExcelTextRun |
Effect
Reference to border settings for a chart part
Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingEffectStyle |
EffectReference
Effect reference. Contains an index reference to the theme and a color to be used in effects
Declaration
public ExcelChartStyleReference EffectReference { get; }
Property Value
Type | Description |
---|---|
ExcelChartStyleReference |
Fill
Reference to fill settings for a chart part
Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingFill |
FillReference
Fill reference. Contains an index reference to the theme and a fill color to be used in fills
Declaration
public ExcelChartStyleReference FillReference { get; }
Property Value
Type | Description |
---|---|
ExcelChartStyleReference |
FontReference
Font reference. Contains an index reference to the theme and a color to be used for font styling
Declaration
public ExcelChartStyleFontReference FontReference { get; }
Property Value
Type | Description |
---|---|
ExcelChartStyleFontReference |
HasBorder
True if the entry has border styles
Declaration
public bool HasBorder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasEffect
True if the entry effects styles
Declaration
public bool HasEffect { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasFill
True if the entry has fill styles
Declaration
public bool HasFill { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasTextBody
True if the entry has text body styles
Declaration
public bool HasTextBody { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasTextRun
True if the entry has text run styles
Declaration
public bool HasTextRun { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasThreeD
True if the entry has 3D styles
Declaration
public bool HasThreeD { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Modifier
Modifier for the chart
Declaration
public eStyleEntryModifier Modifier { get; set; }
Property Value
Type | Description |
---|---|
eStyleEntryModifier |
ThreeD
Reference to 3D effect settings for a chart part
Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type | Description |
---|---|
ExcelDrawing3D |