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.DisplayMode Property

Specifies the way of displaying the digital scale’s value string.

#Declaration

Delphi
property DisplayMode: TdxGaugeDigitalScaleDisplayMode read; write; default sdmFourteenSegment;

#Property Value

Type Default
TdxGaugeDigitalScaleDisplayMode sdmFourteenSegment

#Remarks

Use this property to switch between the available value string display modes. Different display modes may have different sets of supported characters. Unsupported characters are not displayed.

Refer to the TdxGaugeDigitalScaleDisplayMode type description and the Digital Scales subtopic for additional information.

The default value of the DisplayMode property is sdmFourteenSegment.

See Also