Table of Contents

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

ExcelDrawingBorder

BorderReference

public ExcelChartStyleReference BorderReference { get; }

Property Value

ExcelChartStyleReference

DefaultTextBody

Reference to default text body run settings for a chart part

public ExcelTextBody DefaultTextBody { get; }

Property Value

ExcelTextBody

DefaultTextRun

Reference to default text run settings for a chart part

public ExcelTextRun DefaultTextRun { get; }

Property Value

ExcelTextRun

Effect

Reference to border settings for a chart part

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

EffectReference

Effect reference. Contains an index reference to the theme and a color to be used in effects

public ExcelChartStyleReference EffectReference { get; }

Property Value

ExcelChartStyleReference

Fill

Reference to fill settings for a chart part

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

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

ExcelChartStyleReference

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

ExcelChartStyleFontReference

HasBorder

True if the entry has border styles

public bool HasBorder { get; }

Property Value

bool

HasEffect

True if the entry effects styles

public bool HasEffect { get; }

Property Value

bool

HasFill

True if the entry has fill styles

public bool HasFill { get; }

Property Value

bool

HasRichText

True if the entry has richtext

public bool HasRichText { get; }

Property Value

bool

HasTextBody

True if the entry has text body styles

public bool HasTextBody { get; }

Property Value

bool

HasTextRun

True if the entry has text run styles

public bool HasTextRun { get; }

Property Value

bool

HasThreeD

True if the entry has 3D styles

public bool HasThreeD { get; }

Property Value

bool

Modifier

Modifier for the chart

public eStyleEntryModifier Modifier { get; set; }

Property Value

eStyleEntryModifier

ThreeD

Reference to 3D effect settings for a chart part

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D