Class ExcelPieChartSerie
A serie for a pie chart
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelPieChartSerie : ExcelChartStandardSerie, IDrawingSerieDataLabel
Properties
DataLabel
DataLabels
Declaration
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSerieDataLabel |
DataPoints
A collection of the individual datapoints
Declaration
public ExcelChartDataPointCollection DataPoints { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartDataPointCollection |
Explosion
Explosion for Piecharts
Declaration
public int Explosion { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
Property Value
| Type | Description |
|---|---|
| bool |