Class ExcelChartExTitle
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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExTitle : ExcelChartTitle
Properties
Position
The position if the title
Declaration
public eSidePositions Position { get; set; }
Property Value
| Type | Description |
|---|---|
| eSidePositions |
PositionAlignment
The side position alignment of the title
Declaration
public ePositionAlign PositionAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| ePositionAlign |
Text
Richtext.Text shorthand
Declaration
public override string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String |