Skip to content

Commit c200adf

Browse files
author
Surya Karan Raja
authored
Update README.md
1 parent 869a561 commit c200adf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# How to add a custom view to the data label of a .NET MAUI Chart
2+
23
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.
34

45
## Overview
@@ -17,15 +18,17 @@ Utilize value converters to dynamically adjust the appearance of the label and i
1718

1819
## Integrating the Custom View with the Chart
1920

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.
2122

2223
## Output
2324

2425
![image](https://github.com/SyncfusionExamples/How-to-add-a-custom-view-to-the-data-label-of-a-.NET-MAUI-Chart/assets/113962276/d4f7b597-bc73-4e93-8dc3-9e34d724ff10)
2526

26-
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?](#)
2728

2829
## Troubleshooting
30+
2931
**Path too long exception**
3032

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.
34+

0 commit comments

Comments
 (0)