Class ExcelChartTitleStandard
A chart title for a standard chart.
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 class ExcelChartTitleStandard : ExcelChartTitle
Properties
LinkedCell
A reference to a cell used as the title text
Declaration
public ExcelRangeBase LinkedCell { get; set; }
Property Value
| Type | Description |
|---|---|
| ExcelRangeBase |
Text
The _chart title text
Declaration
public override string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String |