Class ExcelChartExTitle
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
public class ExcelChartExTitle : ExcelChartTitle
- Inheritance
-
ExcelChartExTitle
- Inherited Members
Properties
Position
The position if the title
public eSidePositions Position { get; set; }
Property Value
PositionAlignment
The side position alignment of the title
public ePositionAlign PositionAlignment { get; set; }
Property Value
Text
Richtext.Text shorthand
public override string Text { get; set; }