TdxGaugeCustomScale.Visible Property
In This Article
Specifies the value indicating whether the scale is visible within the Gauge Control.
#Declaration
Delphi
property Visible: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Use this property to hide or display particular scales within the Gauge Control. If the Visible property is set to True, the scale is displayed within the control’s area; otherwise, the scale is hidden.
The default value of the Visible property is True.
See Also