Class ExcelDoughnutChart
Provides access to doughnut chart specific properties
Inheritance
ExcelDoughnutChart
Inherited Members
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 |