TdxChartSeriesUnboundField Class
In This Article
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.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxStorageItemCustomDataBinding
TdxChartSeriesCustomDataField
TdxChartSeriesUnboundField
See Also