Back to Devexpress

TdxChartSeriesUnboundField Class

vcl-dxchartdata-365e8430.md

latest1.8 KB
Original Source

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:

ArgumentFieldSpecifies data-related settings of series arguments in unbound mode.ValueFieldSpecifies data-related settings of series values in unbound mode.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxStorageItemCustomDataBinding TdxChartSeriesCustomDataField TdxChartSeriesUnboundField

See Also

TdxChartSeriesUnboundField Members

dxChartData Unit