TdxGaugeCustomScale.DataBinding Property
Specifies the object binding the scale to the data storage.
Declaration
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