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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,16 @@ private void UpdateArea()
97
97
98
98
## Output:
99
99
100
+
The following demo image illustrates creating custom legend items, with and without toogle functionality in WPF, following the implemented steps.
101
+
100
102

101
103
102
104

103
105
104
-
KB article - [How to create custom legend items in WPF Chart?](https://www.syncfusion.com/kb/10675/how-to-create-custom-legend-items-in-wpf-chart)
106
+
## Troubleshooting
107
+
108
+
#### Path too long exception
109
+
110
+
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.
111
+
112
+
For more details, refer to the KB on [How to create custom legend items in WPF Chart](https://www.syncfusion.com/kb/10675/how-to-create-custom-legend-items-in-wpf-chart).
0 commit comments