TdxSparklineCategories.Values Property
Provides indexed access to the data controller’s records.
Declaration
property Values[Index: Integer]: Variant read;
Property Value
Type |
---|
Variant |
Remarks
You can use this property to access an individual value within the data controller. The maximum index is the ValueCount property value minus one.
See Also