|
Collection
|
Specifies the RSCharts.TRSPieChartValues instance to which this Item belongs. Each TRSPieChartValue belongs to the TRSPieChartValues collection which creates it. The Collection property points to the collection object to which the value belongs.
|
|
EndDegrees
|
Returns the End Degrees for the pie chart value, ignoring any offset
|
|
Explode
|
Specifies the amount to push the pie slice out from the center of the chart
Tip
|
If the pie slice gets clipped, you need to either set RSPieChart. ClipChildren to false in FMX or RSPieChart.OffsetRadius to less than 1 (say 0.8) to shrink the whole pie chart
|
|
|
StartDegrees
|
Returns the Start Degrees for the pie chart value, ignoring any offset
|