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