How to set start and sweep angles for Xamarin CircularGauge Scale?
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:
Output Image:
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 forums, Direct-Trac, or feedback portal. We are always happy to assist you!