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