TdxGaugeLinearScaleOptionsView.ShowLevelBar Property
Specifies the value indicating whether the level bar is displayed within a linear scale.
Declaration
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