Skip to content

WPF-956968-Updated the WPF KB readme file #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)

## <a name="troubleshooting"></a>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).