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