Back to Devexpress

TdxChartSeriesUnboundDataBinding Class

vcl-dxchartdata.md

latest1.9 KB
Original Source

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:

TdxChartSimpleSeriesUnboundDataBindingStores data binding settings for a simple series in unbound data access mode.TdxChartXYSeriesUnboundDataBindingStores data binding settings for an XY series in unbound data access mode.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxChartSeriesCustomDataBinding TdxChartSeriesUnboundDataBinding

See Also

TdxChartSeriesDBDataBinding

TdxChartCustomSeries.DataBinding

TdxChartSeriesUnboundDataBinding Members

dxChartData Unit