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
Hi Stefan,
Thanks for your reply my Xaxis values are on the horizontal zoom bar how we increase space between chart and zoombar.
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 All,
I show data in this format with outside ticks and dates are in the same positions.
I want show dates with 90 degree angle, and outside tickers and date are in the same position that shows in the above picture.
Any update of my issue ?