Sign in to follow this  
djrodman

Trend lines specify Y axis

Recommended Posts

Forgive me if this already exists -

 

On charts with both a primary and secondary Y axis, it would be great to be able specify which axis the values for a trend line should scale to.

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello,

 

You can use parentYAxis attribute to define the parent/secondary axis which will scale accordingly.

 

Ref. Code:

<line startValue='430000' color='009933' displayvalue='Target' parentYAxis='S'>

 

'S' stands for secondary and 'P' stands for Primary.

 

For more information, please refer the following link:

http://docs.fusioncharts.com/charts/contents/AttDesc/Trend.html

 

Hope this helps!

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