https://github.com/syncfusionexamples/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.
https://github.com/syncfusionexamples/how-to-add-images-as-category-in-.net-maui-cartesian-chart-axis-labels
axis-customization category-axis charts column-chart data-visualization dotnet-maui maui-chart sfcartesianchart
Last synced: 2 months ago
JSON representation
This article in the Syncfusion Knowledge Base explains how to add an image in category axis labels in a .NET MAUI Cartesian chart.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/how-to-add-images-as-category-in-.net-maui-cartesian-chart-axis-labels
- Owner: SyncfusionExamples
- Created: 2024-07-19T05:22:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T07:12:05.000Z (10 months ago)
- Last Synced: 2025-02-08T20:47:54.126Z (4 months ago)
- Topics: axis-customization, category-axis, charts, column-chart, data-visualization, dotnet-maui, maui-chart, sfcartesianchart
- Language: C#
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Add Images as Category in .NET MAUI Cartesian Chart Axis Labels
**Cartesian Chart**
A [Cartesian chart](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) (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.

## 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](https://support.syncfusion.com/kb/article/16794/how-to-add-images-as-category-in-net-maui-cartesian-chart-axis-labels?isInternalRefresh=False).