syncfusion-maui-toolkit-sunburst-charts
Installation
SKILL.md
Implementing .NET MAUI Sunburst Charts
Guide users to implement Syncfusion .NET MAUI Sunburst Chart (SfSunburstChart), a powerful hierarchical data visualization component that displays multi-level categorical data in a radial layout. Each ring represents a level in the hierarchy, with segments sized proportionally to their values. The component supports customizable appearance, data labels, tooltips, and selection.
When to Use This Skill
Use the Syncfusion .NET MAUI Sunburst Chart when you need to:
- Visualize hierarchical data with 2-5 levels (organizational charts, file systems, product categories)
- Show proportional relationships where segment size represents value or count
- Display nested categorical data like sales by region → department → product
- Create radial visualizations as an alternative to tree maps or nested pie charts
- Build interactive dashboards with multi-level data exploration capabilities
The sunburst chart is ideal when users need to understand both the hierarchy structure and the relative proportions at each level.