Back to Devexpress

TdxGaugeCustomRange.Visible Property

vcl-dxgaugequantitativescale-dot-tdxgaugecustomrange-7f266056.md

latest976 B
Original Source

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

TypeDefault
BooleanTrue

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

TdxGaugeCustomRange Class

TdxGaugeCustomRange Members

dxGaugeQuantitativeScale Unit