Show / Hide Table of Contents

Class ExcelChartTitle

The title of a chart

Inheritance
System.Object
XmlHelper
ExcelChartTitle
ExcelChartExTitle
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()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelChartTitle : XmlHelper, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties

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
System.Boolean

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
System.Boolean

RichText

Richtext

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
System.Double

Text

The text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

TextBody

Access to text body properties

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

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