Skip to main content
All docs
V25.1
  • TdxChartSeriesUnboundField Class

    Stores data-related settings for arguments or values in unbound data access mode.

    Declaration

    TdxChartSeriesUnboundField = class(
        TdxChartSeriesCustomDataField
    )

    Remarks

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

    • Switch between available value types for arguments or values in unbound mode (ValueType and ValueTypeClass).
    • Identify if arguments or values have a numeric or string value type (IsNumeric and IsString).
    • Copy data-related settings for arguments or values between series (Assign).

    The following public API members reference TdxChartSeriesUnboundField objects:

    ArgumentField
    Specifies data-related settings of series arguments in unbound mode.
    ValueField
    Specifies data-related settings of series values in unbound mode.
    See Also