Back to Devexpress

TdxChartSeriesCustomDataBinding.Series Property

vcl-dxchartcore-dot-tdxchartseriescustomdatabinding.md

latest841 B
Original Source

TdxChartSeriesCustomDataBinding.Series Property

Provides access to the series to which the current data binding settings belong.

Declaration

delphi
property Series: TdxChartCustomSeries read;

Property Value

TypeDescription
TdxChartCustomSeries

A chart series.

|

Remarks

Cast the Series property value to the TdxChartXYSeries or TdxChartSimpleSeries class to access all settings specific to the used series type.

See Also

TdxChartSeriesCustomDataBinding Class

TdxChartSeriesCustomDataBinding Members

dxChartCore Unit