Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/creating-a-wpf-sunburst-chart-to-visualize-the-detailed-view-of-the-chart-of-the-week-blog-series
This article demonstrates how to create the WPF Sunburst Chart to display the detailed view of the Syncfusion Chart of the Week blog series.
https://github.com/syncfusionexamples/creating-a-wpf-sunburst-chart-to-visualize-the-detailed-view-of-the-chart-of-the-week-blog-series
centerview-chart charting-library charts hierarchical-chart layered-pie-chart sunburst-chart sunburst-graph wpf-chart
Last synced: 20 days ago
JSON representation
This article demonstrates how to create the WPF Sunburst Chart to display the detailed view of the Syncfusion Chart of the Week blog series.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/creating-a-wpf-sunburst-chart-to-visualize-the-detailed-view-of-the-chart-of-the-week-blog-series
- Owner: SyncfusionExamples
- Created: 2024-05-08T06:44:53.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-27T13:07:57.000Z (7 months ago)
- Last Synced: 2024-11-05T14:53:10.981Z (2 months ago)
- Topics: centerview-chart, charting-library, charts, hierarchical-chart, layered-pie-chart, sunburst-chart, sunburst-graph, wpf-chart
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.syncfusion.com/wpf-controls/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](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.SunburstChart.SfSunburstChart.html#Syncfusion_UI_Xaml_SunburstChart_SfSunburstChart_Palette), [Radius](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.SunburstChart.SfSunburstChart.html#Syncfusion_UI_Xaml_SunburstChart_SfSunburstChart_Radius), and [InnerRadius](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.SunburstChart.SfSunburstChart.html#Syncfusion_UI_Xaml_SunburstChart_SfSunburstChart_InnerRadius) properties.## Selection Behavior
The Sunburst chart supports selection that allows you to select a segment by using [SunburstSelectionBehavior](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.SunburstChart.SunburstSelectionBehavior.html). It provides the ability to customize the selection using [SelectionMode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.SunburstChart.SunburstSelectionBehavior.html#Syncfusion_UI_Xaml_SunburstChart_SunburstSelectionBehavior_SelectionMode), [SelectionType](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.SunburstChart.SunburstSelectionBehavior.html#Syncfusion_UI_Xaml_SunburstChart_SunburstSelectionBehavior_SelectionType), and [SelectionCursor](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.SunburstChart.SunburstSelectionBehavior.html#Syncfusion_UI_Xaml_SunburstChart_SunburstSelectionBehavior_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](https://www.syncfusion.com/blogs/?s=charts%20of%20the%20week) blog series.
![DemoGif](https://github.com/SyncfusionExamples/Creating-a-WPF-Sunburst-Chart-to-visualize-the-detailed-view-of-the-Chart-of-the-Week-blog-series/assets/103025761/7417afa7-8ea5-4872-83f5-340ab03fd7ed)## 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](https://www.syncfusion.com/blogs/post/wpf-sunburst-chart-syncfusion-blogs).