Class ExcelChartStyleEntry
A style entry for a chart part.
Inheritance
System.Object
ExcelChartStyleEntry
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()
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
BorderReference
Declaration
public ExcelChartStyleReference BorderReference { get; }
Property Value
DefaultTextBody
Reference to default text body run settings for a chart part
Declaration
public ExcelTextBody DefaultTextBody { get; }
Property Value
DefaultTextRun
Reference to default text run settings for a chart part
Declaration
public ExcelTextRun DefaultTextRun { get; }
Property Value
Effect
Reference to border settings for a chart part
Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
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
Fill
Reference to fill settings for a chart part
Declaration
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
Declaration
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
Declaration
public ExcelChartStyleFontReference FontReference { get; }
Property Value
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 |
|
HasRichText
Declaration
public bool HasRichText { 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
Declaration
public eStyleEntryModifier Modifier { get; set; }
Property Value
ThreeD
Reference to 3D effect settings for a chart part
Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value