Polar Area Chart

Render a polar area chart by setting Type="ChartType.PolarArea". Similar to a pie chart but each segment extends from the center with a radius proportional to its value, making differences in magnitude more visible.

Dataverse Example

Total estimated revenue by purchase timeframe. Click a segment to see its details.

Blazor example
React example

See Also

Chart API Reference — complete documentation for all chart classes, enums, and data sources.