/How-to-Add-Images-as-Category-in-.NET-MAUI-Cartesian-Chart-Axis-Labels

This article in the Syncfusion Knowledge Base explains how to add an image in category axis labels in a .NET MAUI Cartesian chart.

Primary LanguageC#

How to Add Images as Category in .NET MAUI Cartesian Chart Axis Labels

Cartesian Chart

A Cartesian chart (or Cartesian coordinate chart) uses a rectangular coordinate system to plot data points on an X and Y axis. It is commonly used for displaying data in various formats, including line charts, bar charts, and scatter plots. The SfCartesianChart control from Syncfusion for .NET MAUI provides a flexible and powerful way to create these charts with various data visualization options.

Cartesian chart provides the facility to customize the axes, allowing for tailored and specific presentations of data.

In this example, we will explore how to add images in the axis line for a Cartesian chart.

Custom Axis

Troubleshooting

If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.

For a step by step procedure, refer to the image axis line KB article.