TdxGaugeCustomRange.Visible Property
Specifies whether the range mark is displayed within a quantitative scale.
#Declaration
property Visible: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Use this property to display or hide specific range marks within a scale. If the Visible property is set to False, the range is hidden; otherwise, the range is visible.
The Visible property can be useful to hide and show the range at runtime without the need to destroy and re-create it.