ExcelPieChartSerie Class

Office Open XML

A serie for a pie chart

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public sealed class ExcelPieChartSerie : ExcelChartSerie
Visual Basic (Declaration)
Public NotInheritable Class ExcelPieChartSerie _
	Inherits ExcelChartSerie
Visual C++
public ref class ExcelPieChartSerie sealed : public ExcelChartSerie

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing.Chart..::.ExcelChartSerie
      OfficeOpenXml.Drawing.Chart..::.ExcelPieChartSerie

See Also