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

TdxChartSeriesUnboundDataBinding Class

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

#Declaration

Delphi
TdxChartSeriesUnboundDataBinding = class(
    TdxChartSeriesCustomDataBinding
)

#Remarks

The TdxChartSeriesUnboundDataBinding class has members that allow you to do the following:

  • Specify data types for arguments and values of series data points (ArgumentField and ValueField).
  • Access the series to which the current data binding settings belong (Series).

Do not use the TdxChartSeriesUnboundDataBinding class directly. Use the following descendants instead:

TdxChartSimpleSeriesUnboundDataBinding
Stores data binding settings for a simple series in unbound data access mode.
TdxChartXYSeriesUnboundDataBinding
Stores data binding settings for an XY series in unbound data access mode.

#Inheritance

See Also