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 |
Namespace: FMX.RS.Charts
Delphi |
published |
Property Value
Type: Single
The following example creates a pie chart of 2 slices and extends one slice outwards:
|
Reference |