|
1 | | -# Theme-Resource-Keys-for-.NET-MAUI-Chart-Controls |
2 | | -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. |
| 1 | +### Overview of .NET MAUI Charts |
| 2 | + |
| 3 | +.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. |
| 4 | + |
| 5 | +### Types of Charts |
| 6 | + |
| 7 | +- [Cartesian Charts](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) |
| 8 | +- [Circular Charts](https://www.syncfusion.com/maui-controls/maui-circular-charts) |
| 9 | +- [Pyramid Charts](https://www.syncfusion.com/maui-controls/maui-pyramid-charts) |
| 10 | +- [Funnel Charts](https://www.syncfusion.com/maui-controls/maui-funnel-charts) |
| 11 | +- [Sunburst Charts](https://www.syncfusion.com/maui-controls/maui-sunburst-charts) |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +**Tooltip** |
| 16 | +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. |
| 17 | + |
| 18 | +**Data Label** |
| 19 | +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. |
| 20 | + |
| 21 | +**Legend** |
| 22 | +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). |
| 23 | + |
| 24 | +### Theme Support |
| 25 | + |
| 26 | +Themes allow you to customize the appearance of your charts to match the overall look and feel of your application. |
| 27 | + |
| 28 | +In this example, we will explore how to configure and customize them using Syncfusion themes. |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +### Troubleshooting |
| 33 | + |
| 34 | +**Path Too Long Exception:** |
| 35 | +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. |
| 36 | + |
| 37 | +For a step-by-step procedure, refer to the following knowledge base articles: |
| 38 | + |
| 39 | +- [How to Configure the Syncfusion Theme for .NET MAUI Cartesian Chart]() |
| 40 | +- [How to Configure the Syncfusion Theme for .NET MAUI Circular Chart]() |
| 41 | +- [How to Configure the Syncfusion Theme for .NET MAUI Pyramid Chart]() |
| 42 | +- [How to Configure the Syncfusion Theme for .NET MAUI Funnel Chart]() |
| 43 | +- [How to Configure the Syncfusion Theme for .NET MAUI Sunburst Chart]() |
0 commit comments