TdxGaugeCustomDigitalScale Class
In This Article
The base class for all digital scales.
#Declaration
Delphi
TdxGaugeCustomDigitalScale = class(
TdxGaugeCustomScale
)
#Remarks
This class implements functionality common to the TdxGaugeDigitalScale and TdxGaugeDBDigitalScale classes, which implement the unbound and data-aware digital scales, respectively.
The TdxGaugeCustomDigitalScale class extends its ancestor class with the digital scale-specific appearance settings implemented as the OptionsView property. A digital scale, unlike the quantitative scales, stores its Value as a string.
You do not need to create instances of the TdxGaugeCustomDigitalScale class. Use the TdxGaugeDigitalScale and TdxGaugeDBDigitalScale classes instead.
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxGaugeCustomScale
TdxGaugeCustomDigitalScale
See Also