Skip to main content
A newer version of this page is available. .

TdxChartSeriesUnboundDataBinding Class

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

Declaration

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