Theme Resource Keys For .NET MAUI Chart Controls

Updated on Nov 29, 2024
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

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

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 image

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: