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

TdxGaugeCustomScale.DataBinding Property

Specifies the object binding the scale to the data storage.

#Declaration

Delphi
property DataBinding: TcxCustomDataBinding read; write;

#Property Value

Type
TcxCustomDataBinding

#Remarks

This property connects a scale with data storage. Data binding is not implemented in unbound scale types. Data-aware scales are designed to display data from a dataset instead of an assigned string or quantitative value:

The DataBinding property is published in the following classes implementing data-aware scales:

Note

The unbound scale types use the TdxGaugeCustomDigitalScale.Value and TdxGaugeQuantitativeScale.Value properties as a source of displayed values instead.

See Also