IPieChartOptions Interface
Options specific for a Pie chart.
Syntax
Unit: FlexCel.Core
IPieChartOptions = interface(IChartOptions);
Properties
Name |
Description |
FirstSliceAngle |
Angle of the first slice in degrees. It can go from 0 to 359.
|
DoughnutRadius |
Radius of the center of the doughnut in Percent. 0 Means a Pie without hole. Note that in xls charts, 0 means a Pie chart. In xlsx, 0 still means a doughnut chart, but without hole in the middle. It is not possible to have a doughnut chart without hole in xls.
|
IsDoughnut |
Returns true if the chart is a doughnut chart instead of a pie chart. In xls charts, a pie chart is just defined as DoughnutRadius = 0, but in xlsx you can have doughnut charts with DoughnutRadius = 0.
|
HasShadow |
True if the chart lines have shadows.
|