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

dxGaugeDigitalScaleDefaultDigitSpacingFactor Constant

In This Article

Determines the default relative spacing between character display blocks in digital scales.

#Declaration

Delphi
const dxGaugeDigitalScaleDefaultDigitSpacingFactor = 0;

#Remarks

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

By default, digital scales show no gaps between displayed characters. Normally, you can change the relative spacing between character display blocks in an individual digital scale by modifying its OptionsView.DigitSpacingFactor property either at design time or runtime.

See Also