IValueList.TotalABS
IValueList
property TotalABS: Double;
Type Library
TeeChartx
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.
PieSeries, for example, uses this property to calculate the percent each Pie slice represents.
See IValueList.Maximum property for more information.