Pie
Was this helpful?
Was this helpful?
Add chart method present in worksheet component. By default the anchor is at 1,1 aka A1 cell.
PieChartSetting
OptionspieChartDataLabel
General Data label option applied for all series
pieChartSeriesSettings
Data Series specific options are used from the list. The position on the list is matched with the data series position. you can use null to skip a series
pieChartTypes
PieChartTypes
Type of chart
doughnutHoleSize
uint
angleOfFirstSlice
uint
pointExplosion
uint
PieChartDataLabel
OptionsdataLabelPosition
DataLabelPositionValues
Data Label placement options.
PieChartSeriesSetting
OptionspieChartDataLabel
Data Label Option specific to one series
fillColor
string?
Fill color specific to one series
borderColor
string?
Border color specific to one series
pieChartDataPointSettings
List<PieChartDataPointSetting?>
TODO
Contains options details extended from that are specific to pie chart.
List<?>
Contains options details extended from that are specific to pie chart.
Contains options details extended from that are specific to pie chart.