TdxSparklineSeries.ValueCount Property
In This Article
Returns the total number of values within the data controller.
#Declaration
Delphi
property ValueCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
You can use this property to identify the number of values accessible via the Values property.
See Also