Class ExcelChartExPlotarea
A plotarea for an extended chart
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.InvalidOperationException | Will always be thrown |
RemoveDataTable()
Not applicable on extended charts. Will throw System.InvalidOperationException
Declaration
public override void RemoveDataTable()
Overrides
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Will always be thrown |