From 16e7ee1a3348a12bd4b3c0f4e9186fb4cde31cfb Mon Sep 17 00:00:00 2001 From: Kamalesh-Periyasamy Date: Wed, 1 Apr 2026 10:26:51 +0530 Subject: [PATCH] Updated winforms sample links --- WindowsForms/Pivot-Chart/Getting-Started.md | 4 +++- WindowsForms/Sparkline/GettingStarted.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WindowsForms/Pivot-Chart/Getting-Started.md b/WindowsForms/Pivot-Chart/Getting-Started.md index c3477945e..0913ae6db 100644 --- a/WindowsForms/Pivot-Chart/Getting-Started.md +++ b/WindowsForms/Pivot-Chart/Getting-Started.md @@ -412,4 +412,6 @@ Me.pivotChart1.EndUpdate() {% endhighlight %} -{% endtabs %} \ No newline at end of file +{% endtabs %} + +You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted-WinForms-PivotChart) \ No newline at end of file diff --git a/WindowsForms/Sparkline/GettingStarted.md b/WindowsForms/Sparkline/GettingStarted.md index c3bf06153..a43a5eb6e 100644 --- a/WindowsForms/Sparkline/GettingStarted.md +++ b/WindowsForms/Sparkline/GettingStarted.md @@ -132,6 +132,6 @@ Me.sparkLine1.Markers.NegativePointColor = New BrushInfo(Color.Red) ![Marker customization in WindowsForms Sparkline](gettingstarted_images/windowsforms-sparkline-marker-customization.jpg) -You can find the complete getting started sample from this [link](https://www.syncfusion.com/downloads/support/directtrac/general/ze/SparklineGettingStarted-1907776967). +You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted-WinForms-Sparkline).