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

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