TChartValueList.Count
TChartValueList
property Count: Integer;
Unit
TeEngine
Description
Returns the number of values in the list.
Note: The Count property is maintained internally separate from the Value array property.
In most cases, the Value array might be of a bigger length than Count returns.
You can also set Count to a number bigger or equal than zero, and equal or less than the length of the Value array.
If you compile your application using TeeChart source code, and activate the compiler Assertions option ($C+), then the Count property will be asserted to verify its consistence with the length of the Value property. ( 0 to Length(Value) ).