Neil Hawkins Report post Posted July 7, 2009 hello, Is it possible to have Y Axis trend zones on a multiseries line chart? Many thanks for any help Neil Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 7, 2009 Hello Neil, Yes. Trend zones mark out an entire zone rather than just a line as trend lines do. They are applicable on the Multi-series charts. Please refer to the following link for XML Attributes for Trend lines & Zones: http://www.fusioncharts.com/docs/Contents/AttDesc/Trend.html I hope this is of help. Share this post Link to post Share on other sites
Neil Hawkins Report post Posted July 7, 2009 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 Report post Posted July 7, 2009 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
Neil Hawkins Report post Posted July 7, 2009 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. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 7, 2009 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