Articles in this section
Category / Section

How to set start and sweep angles for Xamarin CircularGauge Scale?

1 min read

You can use gauge as either semicircular gauge or full Xamarin Circular Gauge according to your requirement by specifying the start and sweep angles for the circular gauge scale. Specifying these properties will allow you visualize the gauge as per the start and sweep angles.

Code snippet:

C#

CircularScale scale = new CircularScale();            
            scale.StartAngle = 180;
            scale.SweepAngle = 180;
            scales.Add(scale);

 

Pictorial representation of angles:

Pictorial Representation of angles

Output Image:

Set start and sweep angles for scale using SfCircularGauge

Sample for specifying the start and sweep angles to the scale in below link


Conclusion

I hope you enjoyed learning about how to set start and sweep angles for Xamarin Circular Gauge Scale.

You can refer to our Xamarin Circular Gauge feature tour page to know about its other groundbreaking feature representations. You can also explore our Xamarin Circular Gauge documentation to understand how to present and manipulate data.

For current customers, you can check out our Xamarin Controls from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our Xamarin Circular Gauge and other Xamarin controls.

If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

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