TdxChartSeriesCustomDataBinding.Series Property
Provides access to the series to which the current data binding settings belong.
Declaration
property Series: TdxChartCustomSeries read;
Property Value
Type | Description |
---|---|
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