vcl-dxsparkline-edf75753.md
Contains series collection settings.
TdxSparklineSeriesCollection = class(
TCollection
)
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.
This class provides the following members that allow you to:
Specify the upper and lower bounds of the custom sparkline chart display range (MaxValue and MinValue).
Access individual series within the collection (Items).
Specify the display range type for the Y-axis of the series chart (MinMaxRangeType).
Access the parent sprakline editor’s settings (Properties).
The control’s Properties.Series property references the TdxSparklineSeriesCollection object.
TObject TPersistent TCollection TdxSparklineSeriesCollection
See Also