TChartValueList.TotalABS
TChartValueList
property TotalABS: Double;
Unit
TeEngine
Description
Run-time and read only.
The TotalABS property returns the sum of all values in the list. The values are first converted to their absolute value.
TPieSeries, for example, uses this property to calculate the percent each Pie slice represents.
See TChartValueList.MaxValue, Total and MinValue properties for more information.