TPieSeries.MultiPie

TPieSeries.MultiPie
TPieSeries

property MultiPie: TMultiPie;

Unit
Series

Description
Default: mpAutomatic

When more than one visible Pie series exist in the same Chart, this property controls if only the first pie series will be displayed or all pie series will be shown at different chart positions.

The default mpAutomatic is to show all visible pie series.

Setting to mpDisabled will display the first pie series Active (Visible) only.

To customize the position of each pie series you can use the series BeforeDrawValues event and change the Chart ChartRect rectangle property to your custom desired position and size inside the chart.