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

TdxGaugeDigitalScaleOptionsView.DigitSpacingFactor Property

Specifies the relative spacing between individual characters of a string displayed by the digital scale.

#Declaration

Delphi
property DigitSpacingFactor: Single read; write;

#Property Value

Type
Single

#Remarks

Use this property to set the spacing between individual character display blocks (sections) in an unbound or data-aware digital scale. The actual space between two individual character display blocks is calculated as the current display block size multiplied by the DigitSpacingFactor property value.

The valid values of the DigitSpacingFactor property are between 0 (no space between character display sections) and 1 (characters are effectively invisible), inclusive. If the assigned value is below 0 or higher than 1, the property is automatically set to 0 or 1, respectively.

See Also