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

TdxGaugeCustomDigitalScale Class

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.

See Also