Sign in to follow this  
Guest Rajroop

Y Axis trend zones on a multiseries line chart

Recommended Posts

Thanks again for your help, however the trendzones on a the Y scale do not seem to work .. please see code below...is there something i'm missing?

strXML = strXML & "<trendlines>"
strXML = strXML & "<line startValue='Jan-02' endValue='Sep-02' isTrendZone='1' tooltext='Credit Widening' color='FF0000'/>"
 strXML = strXML & "</trendlines>"
 strXML = strXML & "</chart>"

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Neil,

 

 

 

Could you please format your XML according to the following format:

 

 

 

<trendLines>

 

<line startValue='your desired y-axis start value' endValue='your desired y-axis end value' color='009933' isTrendZone='1' displayvalue='Target' />

 

</trendLines>

 

 

 

The starting and ending value of the Trend zone is a Y-axis value.

 

E.g.

 

startValue='<desired y-axis value>'

 

endValue='<desired y-axis value>'

 

 

 

Please refer to the given link for a documentation page on XML Attributes for Trend lines & Zones :

 

 

 

http://www.fusioncharts.com/docs/Contents/AttDesc/Trend.html

 

 

 

I hope this helps. :)

Share this post


Link to post
Share on other sites

Hi, unfortunatley the Vertical TrendLines do not work but I have done a work around using vlines and javascript layers to highlight and click down into relevent sections (see img attached)... Thanks again for your time.

13aaa50a-ee18-49a1-8af6-1ab3.jpg

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi Neil,

 

 

 

Glad you've figured out the solution.

 

 

 

We're always happy to help. :)

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