An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/theme-resource-keys-for-.net-maui-chart-controls

This repository contains a detailed view of the theme resource key and its value for .NET MAUI Cartesian Chart, Circular Chart, Pyramid Chart, Funnel Chart, Polar Chart, and Sunburst Chart.
https://github.com/syncfusionexamples/theme-resource-keys-for-.net-maui-chart-controls

cartesian-chart chart-customization chart-library-themes chart-visual-styles charting-library charts circular-chart dotnet-maui-chart dotnet-maui-chart-themes funnel-chart maui-chart polar-chart pyramid-chart sunburst-chart theme-configuration theming-guide

Last synced: 3 months ago
JSON representation

This repository contains a detailed view of the theme resource key and its value for .NET MAUI Cartesian Chart, Circular Chart, Pyramid Chart, Funnel Chart, Polar Chart, and Sunburst Chart.

Awesome Lists containing this project

README

        

### Overview of .NET MAUI Charts

.NET MAUI provides a robust set of chart controls that can be used to visualize data in various forms. These charts are highly customizable and support a wide range of features to enhance the user experience.

### Types of Charts

- [Cartesian Charts](https://www.syncfusion.com/maui-controls/maui-cartesian-charts)
- [Circular Charts](https://www.syncfusion.com/maui-controls/maui-circular-charts)
- [Pyramid Charts](https://www.syncfusion.com/maui-controls/maui-pyramid-charts)
- [Funnel Charts](https://www.syncfusion.com/maui-controls/maui-funnel-charts)
- [Sunburst Charts](https://www.syncfusion.com/maui-controls/maui-sunburst-charts)

### Features

**Tooltip**
Tooltips provide additional information when the user hovers over a data point. They can be customized to display various types of information, such as value, category, and additional details.

**Data Label**
Data labels display the value of each data point directly on the chart. They can be customized in terms of position, format, and style to enhance readability.

**Legend**
Legends help identify different data series or data points in a chart. They can be customized to display in various positions (top, bottom, left, right).

### Theme Support

Themes allow you to customize the appearance of your charts to match the overall look and feel of your application.

In this example, we will explore how to configure and customize them using Syncfusion themes.
![image](https://github.com/user-attachments/assets/eb0516fd-9e9b-49f8-8e41-bf669cba20bb)
![image](https://github.com/user-attachments/assets/f7461900-7225-4893-b181-f0c9879f0ef3)

### Troubleshooting

**Path Too Long Exception:**
If you encounter a "path too long" exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.

For a step-by-step procedure, refer to the following knowledge base articles:

- [How to Configure the Syncfusion Theme for .NET MAUI Cartesian Chart](https://support.syncfusion.com/kb/article/17481/how-to-configure-the-syncfusion-theme-for-net-maui-chartsfcartesianchart)
- [How to Configure the Syncfusion Theme for .NET MAUI Circular Chart](https://support.syncfusion.com/kb/article/18041/how-to-configure-the-syncfusion-theme-for-net-maui-chartsfcircularchart)
- [How to Configure the Syncfusion Theme for .NET MAUI Sunburst Chart](https://support.syncfusion.com/kb/article/18211/how-to-configure-the-syncfusion-theme-for-net-maui-sunburst-chart)