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
Hello,
Thank you for your post. I have been looking into it and the sample you have provided and I modified it, so now it works as you want. Basically I added a TranslateTransform to the TextBlock in order to move it down and I changed the RotateTransform angle. Also I change the FormatString of the TextBlock’s Text Binding. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
Thanks for your reply my Xaxis values are on the horizontal zoom bar how we increase space between chart and zoombar.
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.
Thanks for your reply. XAxix year not completely display, cut off at the end, but when i zoom it display correctly.
When zoom it display correctly .
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.
Thank you so much. My problem is solved.