TPieSeries.PieValues
TPieSeries
property PieValues: TChartValueList;
Unit
Series
Description
The PieValues property stores the Pie slice values. It's a standard TList, so you can access it as follows:
tmp := PieSeries1.PieValues[ 3 ] ;
Warning:
You should call AddPie to ADD Pie points and Delete to REMOVE Pie points.