Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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.
See Also