Blazor Circular Gauge Example - Range Customization
Properties
This sample demonstrates how to highlight regions in an axis using ranges with customizable width, corner radius, and positioning.
Range customization options:
- Configure range boundaries using Start and End properties
- Customize range appearance with Color and width properties
- Define width variation using StartWidth and EndWidth properties
- Adjust position with Radius property
- Apply rounded corners using RoundedCornerRadius property
More information on ranges can be found in this documentation section.