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

TdxGaugeLinearScaleOptionsView.ShowLevelBar Property

Specifies the value indicating whether the level bar is displayed within a linear scale.

#Declaration

Delphi
property ShowLevelBar: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The level bar is a visual element of the linear scale used to display its current value. If the ShowLevelBar property is set to True, the level bar is visible; otherwise, it is hidden:

The default value of the ShowLevelBar property is True.

See Also