TdxSparklineSeries.Values Property
In This Article
Provides indexed access to series values.
#Declaration
Delphi
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