Back to Devexpress

TdxChartSeriesDBField Class

vcl-dxchartdbdata-8f301fde.md

latest1.6 KB
Original Source

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:

ArgumentFieldProvides access to data binding settings for series arguments in bound mode.ValueFieldProvides access to data binding settings for series values in bound mode.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxStorageItemCustomDataBinding TdxChartSeriesCustomDataField TdxChartSeriesDBField

See Also

TdxChartSeriesDBField Members

dxChartDBData Unit