Back to Devexpress

TdxGaugeArcQuantitativeScaleOptionsView.ShowNeedle Property

vcl-dxgaugecircularscale-dot-tdxgaugearcquantitativescaleoptionsview-0a6d3fd6.md

latest2.4 KB
Original Source

TdxGaugeArcQuantitativeScaleOptionsView.ShowNeedle Property

Specifies whether the arc scale displays its needle.

Declaration

delphi
property ShowNeedle: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

The needle is the indicator that shows the arc scale’s current Value. This property is useful if you need to hide the needle in order to use the scale as a part of the composite multi-functional dashboard, consisting of several nested scales. If the ShowNeedle property is set to True , the needle is displayed on top of the scale; otherwise, the needle is hidden:

The ShowNeedle Property ValueExample
True
False

Note

In order to create composite multi-functional dashboards from individual scales, you may need to hide additional displayed elements of the scale, such as labels, tick marks, and optionally, both the spindle cap and background. Refer to the Scale Visual Elements topic for additional information.

The default value of the ShowNeedle property is True.

See Also

TdxGaugeArcQuantitativeScaleOptionsView Class

TdxGaugeArcQuantitativeScaleOptionsView Members

dxGaugeCircularScale Unit