Class ExcelDoughnutChart
Provides access to doughnut chart specific properties
Inheritance
Object
ExcelDoughnutChart
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 double FirstSliceAngle { get; }
Property Value
| Type | Description |
|---|---|
| Double |
HoleSize
Size of the doubnut hole
Declaration
public double HoleSize { get; }
Property Value
| Type | Description |
|---|---|
| Double |
Implements
System.IDisposable