Class ExcelDoughnutChart
Provides access to doughnut chart specific properties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelDoughnutChart : ExcelPieChart
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 |