vcl-dxchartdata-65030255.md
Stores data binding settings for a simple series in unbound data access mode.
TdxChartSimpleSeriesUnboundDataBinding = class(
TdxChartSeriesUnboundDataBinding
)
A simple series is in unbound mode when its DataBindingType property is set to 'Unbound'. In this mode, you can call Points.Add methods to populate the series with data points. The ArgumentField and ValueField properties define data types of arguments and values in series data points, respectively.
The DataBinding property of a simple series references the TdxChartXYSeriesUnboundDataBinding class as a TdxChartSeriesCustomDataBinding object if the DataBindingType property of the series is set to 'Unbound'.
Note
You need to cast the DataBinding property to the TdxChartXYSeriesUnboundDataBinding class to access the ArgumentField and ValueField properties.
TObject TPersistent TcxOwnedPersistent TdxChartSeriesCustomDataBinding TdxChartSeriesUnboundDataBinding TdxChartSimpleSeriesUnboundDataBinding
See Also
TdxChartXYSeriesUnboundDataBinding