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