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