public ValueList PieValues {get;}
Remarks
The PieValues property stores the Pie slice values. It's a standard array, so you can access it as follows:
Example
[C#]
double tmp = ((Steema.TeeChart.Styles.Pie)tChart1[0]).PieValues[3];
See Also
Pie Class | Pie Members | Steema.TeeChart.Styles Namespace