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

TdxChartCustomDiagram.Series Property

Provides indexed access to all series in the diagram.

Declaration

property Series[Index: Integer]: TdxChartCustomSeries read; default;

Property Value

Type Description
TdxChartCustomSeries

A series.

Cast the returned object to the TdxChartXYSeries or TdxChartSimpleSeries class depending on the actual series type to access all public API members. Call the Series.ClassName function to identify the target series type.

Remarks

Use the SeriesCount property to obtain the number of series accessible through the Series property. To access only visible series, use the VisibleSeries property.

Cast the Series property value to the corresponding series class to be able to access all series type-specific properties and methods.

See Also