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

TdxChartSeriesCustomDataField Class

The base class for data binding settings of arguments and values in a series.

#Declaration

Delphi
TdxChartSeriesCustomDataField = class(
    TdxStorageItemCustomDataBinding
)

#Remarks

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

  • Specify the name of a source field in the underlying dataset in bound data access mode (FieldName).
  • Identify if arguments or values have a string or numeric data type (IsString and IsNumeric).

Do not use the TdxChartSeriesCustomDataField class directly. Use the following descendants instead:

TdxChartSeriesUnboundField
Stores data-related settings for arguments or values in unbound data access mode.
TdxChartSeriesDBField
Stores settings of a dataset field bound to a chart series.
See Also