Blazor Circular Gauge Example - Default Functionalities
This sample shows the basic rendering of the circular gauge, including an axis and a pointer for fundamental gauge visualization.
Core components:
- Use CircularGaugeAxes to define the scale
- Use CircularGaugePointers to display values
- Numerical scale visualization on a circular scale
More information on the circular gauge can be found in this documentation section.