Class ExcelChartPlotArea
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A charts plot area
public class ExcelChartPlotArea : XmlHelper
- Inheritance
-
ExcelChartPlotArea
- Derived
- Inherited Members
Properties
Border
Access to border properties
public ExcelDrawingBorder Border { get; }
Property Value
ChartTypes
If a chart contains multiple chart types (e.g lineChart,BarChart), they end up here.
public ExcelChartCollection ChartTypes { get; }
Property Value
DataTable
The data table object. Use the CreateDataTable method to create a datatable if it does not exist. CreateDataTable() RemoveDataTable()
public ExcelChartDataTable DataTable { get; }
Property Value
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to fill properties
public ExcelDrawingFill Fill { get; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }
Property Value
Methods
CreateDataTable()
Creates a data table in the plotarea The datatable can also be accessed via the DataTable propery DataTable
public virtual ExcelChartDataTable CreateDataTable()
Returns
RemoveDataTable()
Remove the data table if it's created in the plotarea
public virtual void RemoveDataTable()