Hi Ben,
We have analyzed the stated issue. This is due to IntersectAction behavior
of Chart Axis. The IntersectAction property has been set default hide. So you can achieve it by
applying IntersectAction as ChartAxis. Please find the code snippet below:
Code snippet [XAML]:
<syncfusion:ChartAxis x:Name="XAxis" Range="10,30" Interval="1" IntersectAction="Rotate" SmallTickSize="5" TickLinesRange="1" TickSize="15" RangePadding="Normal" Header="Number of Cars Sold" IsAutoSetRange="False" >
Please find the more details about the IntersectAction property in our documentation.
Documentation
link: http://help.syncfusion.com/UG/User%20Interface/WPF/Chart/default.htm#!Documents/intersectinglabels1.htm
Please let us know if this helps.
Regards,
Karthikeyan V.
Hi Ben,
We are analyzed the reported issue. We are unable to
reproduce the problem in our side, let us know the version that you are using.
As in our latest version particular scenario is working well. Could you
please provide us the details?
Please let us know, if you have any query.
Regards,
Karthikeyan V.