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

TdxSparklineSeriesCollection.Items Property

Provides indexed access to individual series within the collection.

Declaration

property Items[Index: Integer]: TdxSparklineSeries read; write; default;

Property Value

Type
TdxSparklineSeries

Remarks

Pass an index within the collection as the Index parameter to access the corresponding stored item. The maximum Index value is the Count property value minus one.

You can call the Add or Delete methods to manage stored series.

See Also