jolka Report post Posted April 10, 2013 Hello, I am working on MSStackedColumn2DLineDY chart and I am trying to add trendlines for second y axis. I tried to write in my xml: <trendLines> <line parentYAxis='S' startValue='80'/></trendLines> but the startValue is always from the first y axis. Am I doing something wrong? Or maybe on the chart MSStackedColumn2DLineDY the trendlines work only on the primary y axis? Thank you for your help! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 15, 2013 Hi Jolka, Welcome to FusionCharts Forum! Apologies for the delay. What FusionCharts version are you using? Can you please try following attribute configuration using the latest FusionCharts XT version? Ref. Code: <trendLines> <line startValue='60' color='FF0000' displayValue='Average' thickness='3' /> <line startValue='10' color='669933' displayValue='Average' parentYAxis='S' thickness='3'/> </trendLines> Recently, we have released a new version of FusionCharts XT i.e., FusionCharts XT v3.3.1. So, can you try using this version? Share this post Link to post Share on other sites
jolka Report post Posted May 15, 2013 Hello Sumedh. Thank you for your answer. I was using FusionCharts v. 3.2.2. Yeasterday I got the version 3.3.1 and I was trying once again to add trendlines: <trendLines> <line startValue="80" color="FF0000" parentYAxis="S"></line> </trendLines> but the effect was actually worse. When I was using v.3.2.2, the trend line gets the value from the PRIMARY y axis, but the labels was on the SECONDARY y axis. Now I have got label also on the PRIMARY y axis. I do not know yet, what I am doing wrong.. Please help me if you can. Share this post Link to post Share on other sites
Haritha Report post Posted May 20, 2013 Hi, The issue that the trendlines donot take values from Secondary Y- axis has been marked as a bug. We are working towards fixing it and shall update you of its developments soon. Looking forward to your support and patience. Share this post Link to post Share on other sites
jolka Report post Posted May 21, 2013 Thank you! In that case I will be waiting for that Share this post Link to post Share on other sites