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

TdxChartSeriesCustomView.Series Property

Provides access to the series to which the current View settings belong.

Declaration

property Series: TdxChartCustomSeries read;

Property Value

Type Description
TdxChartCustomSeries

The parent Chart series.

Cast this property value to the TdxChartSimpleSeries or TdxChartXYSeries class depending on the actual series type to access all public API members. Call the Series.ClassName function to identify the series type.

See Also