Show / Hide Table of Contents

Class Pie3DChart

Inheritance
System.Object
SheetChart
ChartWithSeries<DataSeries>
Pie3DChart
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
I3DChart
Inherited Members
ChartWithSeries<DataSeries>.DataSeries
ChartWithSeries<DataSeries>.VaryColorsByPoint
SheetChart.autoTitleDeleted
SheetChart.ChartType
SheetChart.ChartArea
SheetChart.DataSource
SheetChart.HiddenEmptyCellSettings
SheetChart.Legend
SheetChart.Usershapes
SheetChart.Title
SheetChart.Id
SheetChart.Name
SheetChart.AnchoredCell
SheetChart.BottomRightCell
SheetChart.Worksheet
SheetChart.PlotArea
SheetChart.Sheet
SheetChart.Size
SheetChart.ParentGroup
SheetChart.Positioning
SheetChart.Position
SheetChart.Workbook
Namespace: DRIT.Spreadsheet.Chart
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
Type Name Description
Workbook workbook
Sheet sheet

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
Type Description
ChartWalls

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
I3DChart
Back to top Generated by DocFX