Articles in this section
Category / Section

How to show or hide the needle in WinForms RadialGauge?

1 min read

Show or hide the needle

You can show or hide the Needle by using the property named “ShowNeedle” in RadialGauge.

C#

//To show the Needle of RadialGauge
this.radialGauge1.ShowNeedle = true;
 
//To hide the Needle of RadialGauge
this.radialGauge1.ShowNeedle = false;

VB

'To show the Needle of RadialGauge
Me.radialGauge1.ShowNeedle = True
 
'To hide the Needle of RadialGauge
Me.radialGauge1.ShowNeedle = False

 

Note:

The default value of the ShowNeedle is true.

 

Show the needle in RadialGauge

Figure 1. Needle is shown in RadialGauge.

Hide the needle in RadialGauge

Figure 2. ShowNeedle property is hidden in RadialGauge.

 

Samples:

C#: RadialGauge_NeedleVisible_C#

VB: RadialGauge_NeedleVisible_VB

Reference link: https://help.syncfusion.com/windowsforms/radial-gauge/radial-gauge

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied