Table of Contents

Class ExcelChartTitle

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

The title of a chart

public abstract class ExcelChartTitle : XmlHelper
Inheritance
ExcelChartTitle
Derived
Inherited Members

Properties

Anchor

How the text is anchored

public eTextAnchoringType Anchor { get; set; }

Property Value

eTextAnchoringType

AnchorCtr

The centering of the text. Centers the text to the smallest possible text container.

public bool AnchorCtr { get; set; }

Property Value

bool

Border

A reference to the border properties

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Effect

Effects

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

A reference to the fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Font

A reference to the font properties

public ExcelTextFont Font { get; }

Property Value

ExcelTextFont

Overlay

Show without overlaping the _chart.

public bool Overlay { get; set; }

Property Value

bool

RichText

Richtext. If the title is linked to a cell via LinkedCell, this property returns null

public ExcelParagraphCollection RichText { get; }

Property Value

ExcelParagraphCollection

Rotation

Rotation in degrees (0-360)

public double Rotation { get; set; }

Property Value

double

Text

The text

public abstract string Text { get; set; }

Property Value

string

TextBody

Access to text body properties

public ExcelTextBody TextBody { get; }

Property Value

ExcelTextBody

TextSettings

Text settings like fills, text outlines and effects

public ExcelDrawingTextSettings TextSettings { get; }

Property Value

ExcelDrawingTextSettings

TextVertical

Vertical text

public eTextVerticalType TextVertical { get; set; }

Property Value

eTextVerticalType

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D