Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/creating-a-.net-maui-sunburst-chart-to-visualize-the-most-popular-wikipedia-articles-in-2023
This article demonstrates how to create the .NET MAUI Sunburst Chart to display the most popular Wikipedia articles in the year 2023.
https://github.com/syncfusionexamples/creating-a-.net-maui-sunburst-chart-to-visualize-the-most-popular-wikipedia-articles-in-2023
centerview-chart charting-library charts dotnet-maui-chart hierarchical-chart layered-pie-chart maui-chart sunburst-chart sunburst-graph
Last synced: about 1 month ago
JSON representation
This article demonstrates how to create the .NET MAUI Sunburst Chart to display the most popular Wikipedia articles in the year 2023.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/creating-a-.net-maui-sunburst-chart-to-visualize-the-most-popular-wikipedia-articles-in-2023
- Owner: SyncfusionExamples
- Created: 2024-04-15T04:36:15.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-25T06:00:58.000Z (9 months ago)
- Last Synced: 2024-11-05T14:53:10.061Z (2 months ago)
- Topics: centerview-chart, charting-library, charts, dotnet-maui-chart, hierarchical-chart, layered-pie-chart, maui-chart, sunburst-chart, sunburst-graph
- Language: C#
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating a .NET MAUI Sunburst Chart to Visualize the Most Popular Wikipedia Articles in 2023
## Description:
The [Syncfusion .NET MAUI Sunburst Chart](https://www.syncfusion.com/maui-controls/maui-sunburst-charts) 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 [PaletteBrushes](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_PaletteBrushes), [Radius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_Radius), and [InnerRadius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_InnerRadius) properties.## Center View
The [CenterView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_CenterView) property of [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html) allows for the insertion of any view into the chart. This center view serves as a means to convey additional details about the sunburst chart.This article demonstrates how to create the .NET MAUI Sunburst Chart to display the most popular Wikipedia articles in the year 2023.
![Gif](https://github.com/SyncfusionExamples/Creating-a-.NET-MAUI-Sunburst-Chart-to-Visualize-the-Most-Popular-Wikipedia-Articles-in-2023/assets/103025761/3853ef42-0f89-453b-b87f-a089f1f07909)## 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 [Most Popular Wikipedia Article 2023 blog](https://www.syncfusion.com/blogs/post/dotnet-maui-sunburst-chart-wikipedia).