Skip to main content
A newer version of this page is available. .

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

  • Add or delete series (Add, Delete, and Clear).

  • 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).

  • Assign settings from the specified source to the collection (Assign).

  • Access the lookup sparkline editor’s settings (Properties).

The Series property of lookup sparkline settings references a TdxSparklineSeriesCollection object.

Inheritance

See Also