BPT

Pie Chart

BptChartPie

Circular pie chart with proportional wedges. Set InnerRadius > 0 to render a donut. Supports the full chart foundation — lighting, tooltips, 3D tilt (rotation X), data labels, and timeline playback.

Pie Chart Parameters
Current Configuration
📋
<BptChartPie Data="@Data"
             Width="520"
             Height="380"
             ShowDataLabels="true"
             Title="Market share"
             OnElementClick="HandleClick" />

@code {
private readonly IReadOnlyList<BptChartPieSlice> Data = new BptChartPieSlice[]
{
    new("Desktop", 42), new("Mobile", 31), new("Tablet", 14),
    new("Console", 8),  new("Other", 5),
};
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.