Creating a WPF Sunburst Chart Dashboard to visualize the detailed view of the Syncfusion Chart of the Week blog series.
The Syncfusion WPF Sunburst Chart is used to represent hierarchical data structures. Each level represents a different category or subcategory, allowing users to understand the relationships and dependencies within the data and making it user-friendly.
We can enhance the chart's size, inner radius, and color using the Palette, Radius, and InnerRadius properties.
The Sunburst chart supports selection that allows you to select a segment by using SunburstSelectionBehavior. It provides the ability to customize the selection using SelectionMode, SelectionType, and SelectionCursor properties.
This article demonstrates how to create a WPF Sunburst Chart dashboard to visualize the detailed view of the Syncfusion Chart of the Week blog series.
If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name and build the project.
For a step-by-step procedure, refer to the WPF Sunburst Chart for Chart of the Week Dashboard blog.