Skip to main content
All docs
V25.1
  • 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