Skip to main content

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.ClassType function to identify the series type.

See Also