Skip to content

Commit eeb7a79

Browse files
committed
updated ReadMe file
1 parent 592eb77 commit eeb7a79

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

AddImageInCategoryAxis/AddImageInCategoryAxis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
104104
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
105105
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
106-
<PackageReference Include="Syncfusion.Maui.Charts" Version="26.1.40" />
106+
<PackageReference Include="Syncfusion.Maui.Charts" Version="*" />
107107
</ItemGroup>
108108

109109
</Project>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# How-to-Add-Images-as-Category-in-.NET-MAUI-Cartesian-Chart-Axis-Labels
2-
Customize axis labels by extending the CategoryAxis class, overriding DrawAxis to iterate labels, bind them to ViewModel properties, and integrate associated image streams for dynamic visual enhancements in your charting application.
1+
# How to Add Images as Category in .NET MAUI Cartesian Chart Axis Labels
32

43
**Cartesian Chart**
54

65
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.
76

7+
Cartesian chart provides the facility to customize the axes, allowing for tailored and specific presentations of data.
8+
89
In this example, we will explore how to add images in the axis line for a Cartesian chart.
910

1011
![Custom Axis](https://github.com/user-attachments/assets/f588f79e-a4e4-4a0a-a143-c2a32389a450)

0 commit comments

Comments
 (0)