Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSeriesUnboundField Class

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

#Declaration

Delphi
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