Show / Hide Table of Contents

Class ExcelChartTitle

The title of a chart

Inheritance
object
XmlHelper
ExcelChartTitle
ExcelChartExTitle
ExcelChartTitleStandard
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public abstract class ExcelChartTitle : XmlHelper

Properties

Anchor

How the text is anchored

Declaration
public eTextAnchoringType Anchor { get; set; }
Property Value
Type Description
eTextAnchoringType

AnchorCtr

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

Declaration
public bool AnchorCtr { get; set; }
Property Value
Type Description
bool

Border

A reference to the border properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

Effect

Effects

Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle

Fill

A reference to the fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Font

A reference to the font properties

Declaration
public ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont

Overlay

Show without overlaping the _chart.

Declaration
public bool Overlay { get; set; }
Property Value
Type Description
bool

RichText

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

Declaration
public ExcelParagraphCollection RichText { get; }
Property Value
Type Description
ExcelParagraphCollection

Rotation

Rotation in degrees (0-360)

Declaration
public double Rotation { get; set; }
Property Value
Type Description
double

Text

The text

Declaration
public abstract string Text { get; set; }
Property Value
Type Description
string

TextBody

Access to text body properties

Declaration
public ExcelTextBody TextBody { get; }
Property Value
Type Description
ExcelTextBody

TextSettings

Text settings like fills, text outlines and effects

Declaration
public ExcelDrawingTextSettings TextSettings { get; }
Property Value
Type Description
ExcelDrawingTextSettings

TextVertical

Vertical text

Declaration
public eTextVerticalType TextVertical { get; set; }
Property Value
Type Description
eTextVerticalType

ThreeD

3D properties

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D
In this article
Back to top Generated by DocFX