TPieSeries.OtherSlice
TPieSeries
property OtherSlice: TPieOtherSlice;
Unit
Series
Description
Use this property to define the grouping size for the 'Other' slice of the Pie. Grouping may be expressed as a percentage or value (see Otherslice.Style).
Pie slices below a user define percent or value can be grouped into a single slice.
The options are:
Series1.OtherSlice.Style := ( can be poNone, poBelowPercent or poBelowValue )
Series1.OtherSlice.Value := ( any value or percent )
Series1.OtherSlice.Text := 'Other' ; ( Label text for the "Other" slice, by default is "Other" )
As existing slices are not removed, this allows to change on-the-fly both at design and run-time the OtherSlice properties, without having to re-fill again the Series with values.