Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 2.66 KB

File metadata and controls

21 lines (13 loc) · 2.66 KB

Creating a WPF Sunburst Chart Dashboard to visualize the detailed view of the Syncfusion Chart of the Week blog series.

Description:

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.

Customization:

We can enhance the chart's size, inner radius, and color using the Palette, Radius, and InnerRadius properties.

Selection Behavior

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. DemoGif

Troubleshooting

Path too long exception

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.