IPieSeries.PieValues
IPieSeries
property PieValues: IValueList;
Type Library
TeeChartx
Description
The PieValues property stores the Pie slice values. It's a standard List, so you can access it as follows:
Example [Visual Basic]:
tmp = TChart1.Series( 1 ).asPie.PieValues(3)