Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSparklineSeriesCollection Class

Contains series collection settings.

#Declaration

Delphi
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.

VCL Editors Library: Sparkline Type Examples

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