vcl-dxdbsparkline-8a516e6c.md
A lookup sparkline series collection.
TdxLookupSparklineSeriesCollection = class(
TdxSparklineSeriesCollection
)
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).
The Series property of lookup sparkline settings references a TdxSparklineSeriesCollection object.
TObject TPersistent TCollection TdxSparklineSeriesCollection TdxLookupSparklineSeriesCollection
See Also