Hi,
I have line graph which contains 0-120 on x-axis and 0-200 on y-axis.
Problem
1. Graph from 0-120 on x-axis, but i wanted to draw graph from 120-0
2. Y-axis should be on right hand side. its working with SecondaryY but its not drawing border.
Is there any way where i can draw graph from right hand side!!!
Hello,
Unfortunately, the xamChart does not support reversing line charts.
Please read the following post for more information for a possible work-around:http://news.infragistics.com/forums/t/5022.aspx
In order to possibly get this feature into a future release, please submit a feature request at the following webpage:http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Please let me know if the work-around works or if you need further assistance.
Thanks,
Concerning the SecondaryY Axis not having a stroke, I consider that a bug. I did notice by adding a SecondaryX and a SecondaryY Axis causes Stroking to work properly:
<igCA:XamChart.Axes> <igCA:Axis AxisType="PrimaryY" Visible="False" /> <igCA:Axis AxisType="PrimaryX" Visible="False"/> <igCA:Axis AxisType="SecondaryY" /> <igCA:Axis AxisType="SecondaryX" /></igCA:XamChart.Axes>
One other suggestion is to submit the issues you are having to developer support. You have found a couple of issues which need to be improved and clarified. The URL to the online support page is:http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx
Thank you