Hi,
I am using XamDataChart v12.1.
I want certain functionalities in XamDatachart.
1) According to the image attached and marked as 1, I want to display the CategoryXAxis label as in image. For this, I have changed CategoryXAxis label Angle to -45 and Extent = 100 but it displays the label over the plotarea and not according to the image.
2) According to the image attached and marked as 2, I want to have a small line to show the value associated with this axis value.
3) According to the image attached and marked as 3, I want to have dotted lines for gridlines of plotarea.
Please help me in having these functionalities implemented.
Thans,
VJ
Hello,
I have been looking into your issues.
Varun, I can suggest you to set the Interval property of the CategoryXAxis to zero. This way all of the labels for your data points should appear.
Arun, I was not able to reproduce your issue. Would you please modify the previous sample I have attached with your functionality, in order to be able to identify what might be causing this behavior and provide you with better support. I am looking forward to your post.
I checked out your sample. It was great.
Just a small issue is that my Axis Labels are not displaying properly in case there are large no. of DataPoints.
In few datapoints, it's working fine.
Hi Gergana,
I also have the same requirement like varun. I have used your given sample its working fine but now the problem is its cutting axis label. For full clearification seen attached screen shot. Please provide solution.
Hello Varun,
I am just checking your progress on the issue. If you require any further assistance please do not hesitate to ask.
Thank you for you post. I have been looking into it and have created a small sample for you. For your first requirement I set the label in a DataTemplate. Since the XamDataChart does not implement a functionality for TickMarks at this point, for you second requirement I modified the label itself to show a little dash - after the text for the first NumericYAxis and before the text for the second NumericYAxis. For your third requirement I set the MajorStrokeDashArray property for the first NumericYAxis. In order to hide the MajorStroke of the second NumericYAxis I set the MajorStrokeThickness to zero. Please find the attached sample and feel free to let me know if you require any further assistance on the matter.