Blazor コントロール
ドーナツ円チャート
コントロール > FlexPie > ドーナツ円チャート

The InnerRadius property of FlexPie class can be used to leave a blank inner space in the FlexPie, creating a Donut Pie Chart. The blank space can be used to display additional data.

The following image shows a donut FlexPie.

DonutChart

The following code example demonstrates how to set this property. This example uses the sample created in the Quick Start section.

Razor
コードのコピー
InnerRadius="0.5"