Skip to main content
All docs
V25.1
  • TdxChartSeriesDBField Class

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

    Declaration

    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