Show / Hide Table of Contents

Class OfPieChart

Inheritance
System.Object
SheetChart
ChartWithSeries<DataSeries>
OfPieChart
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
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 OfPieChart : ChartWithSeries<DataSeries>, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Constructors

OfPieChart(Workbook, Sheet)

Declaration
public OfPieChart(Workbook workbook, Sheet sheet)
Parameters
Type Name Description
Workbook workbook
Sheet sheet

Properties

DataPointsInSecondPlot

Gets or sets the one based index of data points in second plot.

Declaration
public int[] DataPointsInSecondPlot { get; set; }
Property Value
Type Description
System.Int32[]

GapWidth

Declaration
public double GapWidth { get; set; }
Property Value
Type Description
System.Double

NumberOfValuesInSecondPlot

Gets or sets the number of values in second plot. In case of SplitSeriesBy.Position.

Declaration
public int NumberOfValuesInSecondPlot { get; set; }
Property Value
Type Description
System.Int32

PieExplosion

Declaration
public double PieExplosion { get; set; }
Property Value
Type Description
System.Double

SecondPlotSize

Declaration
public double SecondPlotSize { get; set; }
Property Value
Type Description
System.Double

SplitSeriesBy

Declaration
public SplitType SplitSeriesBy { get; set; }
Property Value
Type Description
SplitType

ValuesLessThan

Declaration
public double ValuesLessThan { get; set; }
Property Value
Type Description
System.Double

VaryColorsBySlice

Declaration
public bool VaryColorsBySlice { get; set; }
Property Value
Type Description
System.Boolean

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX