Skip to main content

dxGaugeDigitalScaleDefaultDigitSpacingFactor Constant

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

Declaration

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