Hi,
Hello Alex,
Can you give me a bit more information about what the issue is? I can't really tell from the title or the picture.
sorry, I thought I pasted the description. Basically, I want to enabled the vertical lines that forms the background grid. On 12.1 I was able to see it by default. But on 14.1 I only see the horizontal lines. Thanks.
-- Alex
Hi Alex,
In 14.1 we changed the default style for the XamDataChart. This is why you don't see any vertical lines now. http://help.infragistics.com/doc/WPF/2014.1/CLR4.0/?page=Whats_New_in_2014_Volume_1.html
In order to add them back in, you'll need to set the MajorStroke and MajorStrokeThickness properties on your CategoryXAxis.
Let me know if you have any further questions on this matter.
No, that solves our issue. Thanks.