TdxChartSimpleSeriesDBDataBinding Class
In This Article
Stores data binding settings for a simple series in bound data access mode.
#Declaration
Delphi
TdxChartSimpleSeriesDBDataBinding = class(
TdxChartSeriesDBDataBinding
)
#Remarks
A simple series is in bound mode when its DataBindingType property is set to 'DB'
. In this mode, you can use the DataSource property to bind the series to data. The ArgumentField and ValueField properties specify source fields in the underlying dataset for arguments and values, respectively.
The DataBinding property of a simple series references the TdxChartSimpleSeriesDBDataBinding
class as a TdxChartSeriesCustomDataBinding object if the DataBindingType property of the series is set to 'DB'
.
Note
You need to cast the DataTdx
class to access the Data
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxChartSeriesCustomDataBinding
TdxChartSeriesDBDataBinding
TdxChartSimpleSeriesDBDataBinding
See Also