Class ExcelPieChart
Provides access to pie chart specific properties
Inheritance
ExcelPieChart
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelPieChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
Properties
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartDataLabel |
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Series
A collection of series for a Pie Chart
Declaration
public ExcelChartSeries<ExcelPieChartSerie> Series { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSeries<ExcelPieChartSerie> |