You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repository contains a sample project demonstrating how to add a custom view
5
5
6
6
In .NET MAUI applications, data visualization plays a crucial role in presenting information effectively to users. Syncfusion provides powerful controls for .NET MAUI, including the Cartesian Chart control, which allows developers to create interactive and visually appealing charts.
7
7
8
-
One common requirement in charting applications is the ability to customize the appearance of data labels. This sample demonstrates how to add a custom view to the data label of a .NET MAUI Cartesian Chart. The custom view includes a label displaying the value of the data point and an image indicating the trend based on the value.
8
+
One common requirement in charting applications is the ability to customize the appearance of data labels. This sample demonstrates how to add a custom view to the data label of a .NET MAUI Chart. The custom view includes a label displaying the value of the data point and an image indicating the trend based on the value.
0 commit comments