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