TPieSeries.PieValues
 
 
 

All Units  All Classes  Properties, Methods and Events  

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.



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.