Back to Devexpress

TdxChartSeriesCustomView.Series Property

vcl-dxchartcore-dot-tdxchartseriescustomview-4dd7d788.md

latest990 B
Original Source

TdxChartSeriesCustomView.Series Property

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

Declaration

delphi
property Series: TdxChartCustomSeries read;

Property Value

TypeDescription
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

TdxChartSeriesCustomView Class

TdxChartSeriesCustomView Members

dxChartCore Unit