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

TdxChartSeriesDBField Class

Stores settings of a dataset field bound to a chart series.

#Declaration

Delphi
TdxChartSeriesDBField = class(
    TdxChartSeriesCustomDataField
)

#Remarks

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

  • Specify the name of the source dataset field (FieldName).
  • Identify if the specified dataset field stores string or numeric values (IsString and IsNumeric).

The following public API members reference a TdxChartSeriesCustomDataField object:

ArgumentField
Provides access to data binding settings for series arguments in bound mode.
ValueField
Provides access to data binding settings for series values in bound mode.
See Also