Class Pie3DChart
Inheritance
System.Object
Pie3DChart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Pie3DChart : ChartWithSeries<DataSeries>, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject, I3DChart
Constructors
Pie3DChart(Workbook, Sheet)
Declaration
public Pie3DChart(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 |
|
Walls
Declaration
public ChartWalls Walls { get; }
Property Value
Implements