Blazor Semi Pie Chart Example.
This example demonstrates a semi-pie chart displaying mobile browser usage statistics. Data labels provide detailed information about each segment.
In this example, you can see how to render a semi-pie chart by configuring the start and end angles. Use the following properties to create this specialized pie variation:
- StartAngle - Defines where the pie begins
- EndAngle - Defines where the pie ends
More information about the data label feature can be found in this documentation section.