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

dxGaugeDigitalScaleDefaultDigitCount Constant

In This Article

Determines the default number of characters displayed by a digital scale.

#Declaration

Delphi
const dxGaugeDigitalScaleDefaultDigitCount = 5;

#Remarks

Modify the value of the dxGaugeDigitalScaleDefaultDigitCount global constant and recompile the source files of the Gauge Control component in order to change the default number of characters displayed by both the unbound and data-aware digital scales.

By default, a newly created digital scale displays only 5 tailing characters of its string value, truncating the “excessive” heading characters.

The dxGaugeDigitalScaleDefaultDigitCount global constant is referenced by the DigitCount property implemented in the TdxGaugeDigitalScaleOptionsView class.

See Also