Back to Devexpress

TdxChartSeriesCustomDataField Class

vcl-dxchartcore-4ea0cfcb.md

latest1.6 KB
Original Source

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:

TdxChartSeriesUnboundFieldStores data-related settings for arguments or values in unbound data access mode.TdxChartSeriesDBFieldStores settings of a dataset field bound to a chart series.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxStorageItemCustomDataBinding TdxChartSeriesCustomDataField

See Also

TdxChartSeriesCustomDataField Members

dxChartCore Unit