From 7114f4a083df4387163a9603375d8917de1f5c24 Mon Sep 17 00:00:00 2001 From: Priyadharshini-Sf4862 Date: Thu, 8 May 2025 19:01:14 +0530 Subject: [PATCH 1/3] WPF-956968-Updated readme file --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66118ee..b9f4933 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ You can also use the StrokeDashArray property to set the line style to a dashed ## Output: ![Customize the axis grid lines in WPF Chart](https://user-images.githubusercontent.com/61832185/213699174-b38a6998-c7b1-4df6-a788-348020dfa9e4.png) -## Troubleshooting ## -### Path too long exception -If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project. +## 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 customize the axis grid lines in WPF Chart?](https://support.syncfusion.com/kb/article/12320/how-to-customize-the-axis-grid-lines-in-wpf-chart-sfchart). \ No newline at end of file From 35eac9aee1684f214f5ebcf219fe7601822da3a3 Mon Sep 17 00:00:00 2001 From: VimalaThirumalaiKumarSF3739 <105496706+VimalaThirumalaiKumarSF3739@users.noreply.github.com> Date: Thu, 22 May 2025 12:45:56 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f4933..230702d 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ You can also use the StrokeDashArray property to set the line style to a dashed 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 customize the axis grid lines in WPF Chart?](https://support.syncfusion.com/kb/article/12320/how-to-customize-the-axis-grid-lines-in-wpf-chart-sfchart). \ No newline at end of file +For more details, refer to the KB on [how to customize the axis grid lines in WPF Chart](https://support.syncfusion.com/kb/article/12320/how-to-customize-the-axis-grid-lines-in-wpf-chart-sfchart). From 0e7833845fd54990f5c8a7df13cbf0666d4d2f6e Mon Sep 17 00:00:00 2001 From: VimalaThirumalaiKumarSF3739 <105496706+VimalaThirumalaiKumarSF3739@users.noreply.github.com> Date: Thu, 22 May 2025 12:47:55 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 230702d..7842ba2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# How-to-customize-the-axis-grid-lines-in-WPF-chart +# How to customize the axis grid lines in WPF chart This sample demonstrate how to customize the axis grid lines in WPF chart. The [WPF Chart](https://www.syncfusion.com/wpf-controls/charts) provides support to customize the axis grid lines with the help of the [MajorGridLineStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartAxis.html#Syncfusion_UI_Xaml_Charts_ChartAxis_MajorGridLineStyle), [MinorGridLineStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartAxis.html#Syncfusion_UI_Xaml_Charts_ChartAxis_MinorGridLineStyle), [MajorTickLineStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartAxis.html#Syncfusion_UI_Xaml_Charts_ChartAxis_MajorTickLineStyle), and [MinorTickLineStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartAxis.html#Syncfusion_UI_Xaml_Charts_ChartAxis_MinorTickLineStyle) properties of the chart axis.