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
AnchorCtr
The centering of the text. Centers the text to the smallest possible text container.
public bool AnchorCtr { get; set; }
Property Value
Border
A reference to the border properties
public ExcelDrawingBorder Border { get; }
Property Value
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
A reference to the fill properties
public ExcelDrawingFill Fill { get; }
Property Value
Font
A reference to the font properties
public ExcelTextFont Font { get; }
Property Value
Overlay
Show without overlaping the _chart.
public bool Overlay { get; set; }
Property Value
RichText
Richtext. If the title is linked to a cell via LinkedCell, this property returns null
public ExcelParagraphCollection RichText { get; }
Property Value
Rotation
Rotation in degrees (0-360)
public double Rotation { get; set; }
Property Value
Text
The text
public abstract string Text { get; set; }
Property Value
TextBody
Access to text body properties
public ExcelTextBody TextBody { get; }
Property Value
TextSettings
Text settings like fills, text outlines and effects
public ExcelDrawingTextSettings TextSettings { get; }
Property Value
TextVertical
Vertical text
public eTextVerticalType TextVertical { get; set; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }