Class ExcelPieChart
Provides access to pie chart specific properties
Inheritance
System.Object
    
    
    
    
    ExcelPieChart
      
      
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelPieChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
  Properties
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartDataLabel | 
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Series
A collection of series for a Pie Chart
Declaration
public ExcelChartSeries<ExcelPieChartSerie> Series { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartSeries<ExcelPieChartSerie> | 
Implements
      System.IDisposable