Class DoughnutChart
Inheritance
System.Object
DoughnutChart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DoughnutChart : ChartWithSeries<DataSeries>, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Constructors
DoughnutChart(Workbook, Sheet)
Declaration
public DoughnutChart(Workbook workbook, Sheet sheet)
Parameters
Properties
AngleOfFirstSlice
Declaration
public int AngleOfFirstSlice { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DoughnutExplosion
Declaration
public double DoughnutExplosion { get; set; }
Property Value
Type |
Description |
System.Double |
|
DoughnutHoleSize
Declaration
public double DoughnutHoleSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements