From c9b4ee60359006070e9176d111fd2a6f3d7266e7 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:06:26 +0300 Subject: [PATCH] SEO-178567 ASP.NET MVC Page Redirect --- aspnetmvc/Diagram/Gridlines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/Diagram/Gridlines.md b/aspnetmvc/Diagram/Gridlines.md index d0798b796..29d947677 100644 --- a/aspnetmvc/Diagram/Gridlines.md +++ b/aspnetmvc/Diagram/Gridlines.md @@ -41,7 +41,7 @@ To show only horizontal/vertical gridlines or to hide gridlines, refer to [Const ## Appearance -You can customize the appearance of the gridlines by using a set of predefined properties. To explore those properties, refer to [Gridlines](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.GridLines.html "Gridlines") +You can customize the appearance of the gridlines by using a set of predefined properties. To explore those properties, refer to [Gridlines](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.GridLines.html "Gridlines") The `HorizontalGridLines` and `VerticalGridLines` properties allow to customize the appearance of the gridlines. The following code example illustrates how to customize the appearance of gridlines. {% highlight c# %}