TdxLookupSparklineSeriesCollection Class
A lookup sparkline series collection.
#Declaration
TdxLookupSparklineSeriesCollection = class(
TdxSparklineSeriesCollection
)
#Remarks
A series is a group of related data points displayed as a lightweight diagram that helps users compare multiple trends over any period of time.
The TdxLookupSparklineSeriesCollection
class members allow you to do the following:
Access series in the collection (Items).
Count series in the collection (Count).
Specify the display range type for the sparkline chart’s Y-axis (MinMaxRangeType).
Specify the upper and lower bounds of the custom sparkline chart’s display range (MaxValue and MinValue).
Access the lookup sparkline editor’s settings (Properties).
#Direct TdxLookupSparklineSeriesCollection Class Reference
The Series property of lookup sparkline settings references a TdxSparklineSeriesCollection
object.