Table of Contents

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

ExcelChartSerieDataLabel

DataPoints

A collection of the individual datapoints

public ExcelChartDataPointCollection DataPoints { get; }

Property Value

ExcelChartDataPointCollection

Explosion

Explosion for Piecharts

public int Explosion { get; set; }

Property Value

int

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool