2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Show or hide the needleYou 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.
Figure 1. Needle is shown 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 |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.