Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1405
Functionalites in XamDataChart
posted

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

Parents
No Data
Reply
  • 22015
    Verified Answer
    posted

    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.

    XamDataChartFunctionalities.zip
Children