Table of Contents

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

ExcelChartDataLabel

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Series

A collection of series for a Pie Chart

public ExcelChartSeries<ExcelPieChartSerie> Series { get; }

Property Value

ExcelChartSeries<ExcelPieChartSerie>