Back to Devexpress

TdxChartSeriesDBDataBinding Class

vcl-dxchartdbdata.md

latest2.0 KB
Original Source

TdxChartSeriesDBDataBinding Class

The base class for data binding settings in bound data access mode.

Declaration

delphi
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:

TdxChartXYSeriesDBDataBindingStores data binding settings for an XY series in bound data access mode.TdxChartSimpleSeriesDBDataBindingStores data binding settings for a simple series in bound data access mode.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxChartSeriesCustomDataBinding TdxChartSeriesDBDataBinding

See Also

TdxChartSeriesUnboundDataBinding

TdxChartCustomSeries.DataBinding

TdxChartSeriesDBDataBinding Members

dxChartDBData Unit