razvan.deac Report post Posted August 14, 2013 (edited) Hi, is there any possibility to align zero values for 2 axes with different min/max values on each. Edited August 14, 2013 by razvan.deac Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 14, 2013 Hi, Try using syncAxisLimits attribute. Set this attribute as "1". Ref. Code: <chart ... syncAxisLimits='1'> This attribute will synchronize the limits of both the primary and secondary axes. Share this post Link to post Share on other sites
razvan.deac Report post Posted August 14, 2013 Hi, Thanks for reply. What if we have on one axes a unit measure and on the other we have %, the result won't be exactly right. Please tell me if I'm missing something. Razvan Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted August 15, 2013 Hi, Since "syncAxisLimits=1" attrubute will synchronize the limits of both the primary and secondary axes, both the primary and secondary axis value range will be equal, which will not fit for percentage values of sYAxis. So, aligning of zero values for 2 axes with different min/max values on each, is not possible. Share this post Link to post Share on other sites
iulian Report post Posted September 18, 2013 (edited) Hi Sashibushan, I need something similar. Please see the attached image. Regards, Iulian Edited September 18, 2013 by iulian Share this post Link to post Share on other sites
Guest Rishab Report post Posted September 20, 2013 Hi, It is not possible to synchronize the zero plane of the Primary and the Secondary Y-Axis. However, by setting the value of the attributes 'SYAxisMinValue' and 'SYAxisMaxValue' of the <chart> element to '-12' and '8' respectively, you can get the required highlighted output but this workaround will not work if the data value range will vary from the ones provided in the screenshot. Share this post Link to post Share on other sites