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
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.