Sign in to follow this  
jolka

Msstackedcolumn2Dlinedy Trendlines For Second Y Axis

Recommended Posts

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

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

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.

 

post-41396-0-17651000-1368598258_thumb.png

 

post-41396-0-80435700-1368598270_thumb.png

Share this post


Link to post
Share on other sites
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this