TdxSparklineSeriesCollection Class
Contains series collection settings.
Declaration
TdxSparklineSeriesCollection = class(
TCollection
)
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.
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).
Direct TdxSparklineSeriesCollection Class Reference
The control’s Properties.Series property references the TdxSparklineSeriesCollection
object.
Inheritance
TObject
TPersistent
TCollection
TdxSparklineSeriesCollection
See Also