djrodman Report post Posted September 2, 2013 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 Report post Posted September 2, 2013 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