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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To encapsulate and reuse the WPF chart control, need to create a Windows Control
27
27
To enable the use of WPF Chart controls within the project, it is necessary to add the required WPF assemblies. Follow these steps:
28
28
29
29
1. Right-click the Windows Control Library project and select Manage NuGet Packages.
30
-
2. Install the [Syncfusion.SfChart.WPF](https://www.syncfusion.com/wpf-controls/charts){target="_blank"} packages.
30
+
2. Install the [Syncfusion.SfChart.WPF](https://www.syncfusion.com/wpf-controls/charts) packages.
31
31
32
32
### Step 4: Add a WPF User Control to the project
33
33
@@ -128,4 +128,4 @@ As both the applications are merged, it is needed to rebuild the whole applicati
128
128
129
129
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.
130
130
131
-
For more details, refer to the KB on How to host WPF Chart control in Windows Forms project ?
131
+
For more details, refer to the KB on How to host WPF Chart control in Windows Forms project ?
0 commit comments