Hi,
Is it possible to set different styles (color, thickness, strokeDashArray) for horizontal and vertical major grid lines?
Xaml preferably.
- RTrade A asked 9 years ago
- You must login to post comments
Yes, to get a different Horizontal / Vertical gridline style, you need to set AxisBase.MajorGridLineStyle to a different style on the XAxis and YAxis.
Please find our XamlStyling example below which demonstrates how to set MajorGridLineStyle:
// Styling a WPF Chart in XAML Example
Best regards,
Andrew
- Andrew Burnett-Thompson answered 9 years ago
- You must login to post comments
Please login first to submit.