Class ExcelDoughnutChart
Provides access to doughnut chart specific properties
Inheritance
System.Object
    
    
    
    
    
    ExcelDoughnutChart
  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 ExcelDoughnutChart : ExcelPieChart, IDisposable, IDrawingDataLabel
  Properties
FirstSliceAngle
Angle of the first slize
Declaration
public decimal FirstSliceAngle { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
HoleSize
Size of the doubnut hole
Declaration
public decimal HoleSize { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
Implements
      System.IDisposable