Class ExcelChartExPlotarea
A plotarea for an extended 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.ChartEx
Assembly: EPPlus.dll
Syntax
public sealed class ExcelChartExPlotarea : ExcelChartPlotArea
Methods
CreateDataTable()
Not applicable on extended charts. Will throw System.InvalidOperationException
Declaration
public override ExcelChartDataTable CreateDataTable()
Returns
| Type | Description |
|---|---|
| ExcelChartDataTable |
Overrides
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Will always be thrown |
RemoveDataTable()
Not applicable on extended charts. Will throw System.InvalidOperationException
Declaration
public override void RemoveDataTable()
Overrides
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Will always be thrown |