TdxChartSeriesDBDataBinding Class
The base class for data binding settings in bound data access mode.
Declaration
TdxChartSeriesDBDataBinding = class(
TdxChartSeriesCustomDataBinding
)
Remarks
The TdxChartSeriesDBDataBinding
class has members that allow you to do the following:
- Specify the data source for a series (DataSource).
- Select and configure source fields for arguments and values in the underlying dataset (ArgumentField and ValueField).
- Access the series to which the current data binding settings belong (Series).
Do not use the TdxChartSeriesDBDataBinding
class directly. Use the following descendants instead:
- TdxChartXYSeriesDBDataBinding
- Stores data binding settings for an XY series in bound data access mode.
- TdxChartSimpleSeriesDBDataBinding
- Stores data binding settings for a simple series in bound data access mode.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxChartSeriesCustomDataBinding
TdxChartSeriesDBDataBinding
See Also