syncfusion-maui-sunburst-charts

Visualize hierarchical data in .NET MAUI with a radial sunburst chart.

60|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-sunburst-charts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syncfusion-maui-sunburst-charts
Source: https://github.com/syncfusion/maui-ui-components-skills/tree/main/skills/syncfusion-maui-sunburst-charts
Command: npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-sunburst-charts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Sunburst charts provide a compact, intuitive visualization for hierarchical data in .NET MAUI, enabling users to understand multi-level relationships and proportional distributions at a glance.

Core Features & Use Cases

  • Hierarchical rings map levels to categories with drill-down, center view, tooltips, and selection highlighting.
  • Highly configurable appearance and behavior, including StartAngle, EndAngle, Radius, InnerRadius, Stroke, and DataLabelSettings for clear, responsive dashboards.
  • Real-world scenarios include visualizing organizational structures, product-category hierarchies, and nested file systems for interactive exploration.

Quick Start

Create a sample MAUI page, bind hierarchical data to SunburstChart.Levels, and run the app to view an interactive sunburst.

Frequently Asked Questions about syncfusion-maui-sunburst-charts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize hierarchical data in a .NET MAUI application?

You can visualize hierarchical data in .NET MAUI by binding it to a sunburst chart's Levels property, mapping categories to hierarchical rings for multi-level relationship exploration. This provides a compact, intuitive radial visualization of nested structures.

Can I add interactive drill-down functionality to a sunburst chart in MAUI?

Yes, the sunburst chart supports interactive drill-down, allowing users to click and explore subcategories within hierarchical levels. It also includes tooltips, center views, and selection highlighting for responsive dashboard interactions.

What customization options are available for .NET MAUI sunburst charts?

Sunburst charts offer extensive appearance customization through StartAngle, EndAngle, Radius, InnerRadius, Stroke, and DataLabelSettings properties. These configurations enable clear, responsive dashboards tailored to specific visualization requirements.

When should I use a sunburst chart instead of other hierarchical visualizations?

Use a sunburst chart when you need to visualize proportional distributions and multi-level relationships in a compact radial format. It is ideal for organizational structures, product-category hierarchies, and nested file systems requiring interactive exploration.

Does the .NET MAUI sunburst chart require any external dependencies?

No, the sunburst chart skill operates without external dependencies, functioning directly within the .NET MAUI framework. You only need to create a MAUI page and bind your hierarchical data to the chart to get started.