Hi,
I am using a XamDataChart to bind the labels of X and Y Axis.In ColumnChart for the Xaxis,it is not populating all the label values for the XAxis. When i set HorizontalZoomable="True" HorizontalZoombarVisibility="Visible" than my Xaxis values goes to the zoombar and my data was cut off at the end. e.g do not show complete year, and the my Xaxis value and outside ticks on x-axis are not on the same positions. How to fix that issue.
Please Help
Regards
Sufyan
My Problem
I Want this format of XAxis
Hi All,
Any update of my issue ?
I want show dates with 90 degree angle, and outside tickers and date are in the same position that shows in the above picture.
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hi Stefan,
Thank you so much. My problem is solved.
When zoom it display correctly .
Thanks for your reply. XAxix year not completely display, cut off at the end, but when i zoom it display correctly.
Hello Sufyan,
I added a Style for the XamZoombar and set its Margin Property if the Orientation is Horizontal. Also I set the XamDataChart’s ZoombarStyle to this Style.
Hope this helps you.