TPieSeries.ExplodeBiggest
TPieSeries
property ExplodeBiggest: Integer;
Unit
Series
Description
Use this property to explode out from the chart the largest slice.
Te property is a percent integer that is used to automatically TPieSeries.ExplodedSlice the largest slice in the Pie:
Series1.ExplodeBiggest := 30; { 30% exploding of the largest slice }