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 Varun,
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.
I am just checking your progress on the issue. If you require any further assistance please do not hesitate to ask.