TdxSparklineSeries.Values Property
Provides indexed access to series values.
Declaration
property Values[Index: Integer]: Variant read;
Property Value
Type |
---|
Variant |
Remarks
You can use this property to access a specific value within the source data controller. The maximum index is the ValueCount property value minus one.
See Also