Back to Devexpress

TdxGaugeLinearScaleOptionsView.ShowLevelBar Property

vcl-dxgaugelinearscale-dot-tdxgaugelinearscaleoptionsview-59cf7af4.md

latest1.2 KB
Original Source

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

TypeDefault
BooleanTrue

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

TdxGaugeLinearScaleOptionsView Class

TdxGaugeLinearScaleOptionsView Members

dxGaugeLinearScale Unit