Blazor Circular Gauge Example - Semi-circular Gauge
TThis sample illustrates how to create semi-circular or quarter-circular gauge visualizations by customizing the Circular Gauge component. By adjusting the start and end angles of the gauge, developers can transform the default full-circle layout into partial arcs, such as half or quarter circles.
Properties
Start Angle |
270° | |
End Angle |
90° | |
Radius |
100% | |
Radius based on angle |
||
Center X |
50% | |
Center Y |
50% | |
Hide Intersecting Labels |
In this example, a circular gauge is rendered with different start and end angles to create semi-circular or quarter-circular gauges. The radius, start angle, end angle, and center position of the circular gauge can all be customized using the options in the properties panel.
More information on the semi-circular or quarter-circular gauges can be found in this documentation section.