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

TdxGaugeCustomRange.Visible Property

Specifies whether the range mark is displayed within a quantitative scale.

#Declaration

Delphi
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.

See Also