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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# How to add a custom view to the data label of a .NET MAUI Chart
2
+
2
3
This repository contains a sample project demonstrating how to add a custom view to the data label of a .NET MAUI Cartesian Chart using Syncfusion controls.
3
4
4
5
## Overview
@@ -17,15 +18,17 @@ Utilize value converters to dynamically adjust the appearance of the label and i
17
18
18
19
## Integrating the Custom View with the Chart
19
20
20
-
Assign the DataTemplate you created to the LabelTemplate property of the series within your chart. Ensure that the ShowDataLabels property is set to True to enable the display of data labels.
21
+
Assign the DataTemplate you created to the LabelTemplate property of the series within your chart. Ensure that the ShowDataLabels property is set to True to enable the display of data labels.
For a step by step procedure, refer to the Knowledge base: [how to add a custom view to the data label of a .NET MAUI Cartesian Chart?]()
27
+
For a step-by-step procedure, refer to the Knowledge base: [how to add a custom view to the data label of a .NET MAUI Cartesian Chart?](#)
27
28
28
29
## Troubleshooting
30
+
29
31
**Path too long exception**
30
32
31
-
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.
33
+
If you are facing 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.
0 commit comments