TdxGaugeCustomScale.DataBinding Property
In This Article
Specifies the object binding the scale to the data storage.
#Declaration
Delphi
property DataBinding: TcxCustomDataBinding read; write;
#Property Value
Type |
---|
Tcx |
#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 Tdx
See Also