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

TdxSparklineSeries Class

Stores appearance settings of a single sparkline chart.

Declaration

TdxSparklineSeries = class(
    TCollectionItem
)

Remarks

A series is an individual sparkline chart whose values are stored in a data controller that is accessible via the editor’s Properties.DataController property.

{Image}

You can customize a chart appearance via the following members that allow you to:

This class provides the following members that allow you to:

The TdxSparklineSeriesCollection‘s Items property references the TdxSparklineSeries object.

Inheritance

See Also