From 149863bb6ddeb37b95843f001f8258ba775e7b42 Mon Sep 17 00:00:00 2001 From: KompelliSravanSyncfusion Date: Wed, 14 May 2025 23:24:47 +0530 Subject: [PATCH 1/2] Updated the sample --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ad88db9..0387ed6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ public class LineSeriesExt : LineSeries ``` ![MainWindow-2023-02-13-10-33-56](https://user-images.githubusercontent.com/105496706/218442232-1de8fd3c-8c86-41bf-91fe-43c85ea0891e.gif) +## Troubleshooting + +#### Path too long exception + +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. + +For more details, refer to the KB on [How to restrict the tooltip on a WPF Chart?](https://support.syncfusion.com/kb/article/12326/how-to-restrict-the-tooltip-on-a-wpf-chart). + **See Also,**
[How to provide animation effects for tooltip?](https://help.syncfusion.com/wpf/charts/interactive-features/tooltip#animation-for-tooltip)
[How to customize the tooltip in chart?](https://help.syncfusion.com/wpf/charts/interactive-features/tooltip#customizing-the-appearance) From 2c961ed9a2c88f60f3238ca3bd5378166f2c9a90 Mon Sep 17 00:00:00 2001 From: VimalaThirumalaiKumarSF3739 <105496706+VimalaThirumalaiKumarSF3739@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:45:22 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0387ed6..1e11fa8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ public class LineSeriesExt : LineSeries 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. -For more details, refer to the KB on [How to restrict the tooltip on a WPF Chart?](https://support.syncfusion.com/kb/article/12326/how-to-restrict-the-tooltip-on-a-wpf-chart). +For more details, refer to the KB on [how to restrict the tooltip on a WPF Chart](https://support.syncfusion.com/kb/article/12326/how-to-restrict-the-tooltip-on-a-wpf-chart). **See Also,**
[How to provide animation effects for tooltip?](https://help.syncfusion.com/wpf/charts/interactive-features/tooltip#animation-for-tooltip)