We are displaying a number of charts side by side, showing different data series for comparison (for example one single year in each chart). By default the charts scale their axis according to the contained data series. However this is not good for comparison, so we need to set same fixed (calculated) axis max value for all charts.
Is there an easy way of setting just the maximum axis value for each chart and keep all other automatic regarding grid lines etc.? Or do we have to take control over everything regarding axis formatting to accomplish this?
I have progressed a bit on this case. Created properties in the viewmodel and bound the axis properties AutoRange, Minimum, Maximum and Unit to the viewmodel properties.
However, this does not work correctly - it throws an exception when these properties are bound. I have found another thread that discusses this problem: http://forums.infragistics.com/forums/p/50426/265011.aspx#265011
Hello,
The forum post that you provided, addresses the same issue that you have, and I can link your registered email to the issue that is logged in our tracking system, so you receive email notification when it's fixed. That issue was logged earlier in our system for a fix, and currently it is in progress.
Let me know if you have any questions.
Thank you,Sam
Thank you,
I already posted a note on the other thread and now have a link to the support issue. Thanks anyway.