TChartValueList.Total
TChartValueList
property Total: TChartValue;
Unit
TeEngine
Description
The Total double property maintains the sum of all TChartValueList values.
When adding, deleting or modifying point values using the right methods, an internal flag is set so the first time Total is accessed, it is automatically recalculated.
Total property is used by some Functions to improve speed when performing calculations against point values, where having already calculated the sum of point values is necessary.