Jesús Report post Posted July 11, 2012 Hi there!! I would like to know if Scroll Line Chart supports Vertical Trend Lines. Like in the next example: <vTrendlines> <line startIndex='5' displayValue='Trend 1' displayAlways='1'/> </vTrendlines> If it is not posible, how can i plot a line like vertical trend line in the chart??? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 12, 2012 (edited) Hi, Only the Scatter, Bubble and the Zoom Line charts support vertical trend lines, which run through the height of the chart. Scroll Line chart does not support vertical Trend Lines. You may try using vLines are vertical (or horizontal in case of bar charts) separator lines. These lines run through the height of the chart, thereby segregating data into different blocks. In scroll charts, it is used between <category> elements as under: <categories> <category label='Oct 2005' /> <category label='Nov 2005' /> <category label='Dec 2005' /> <vLine color='FF5904' thickness='2' /> <category label='Jan 2006' /> <category label='Feb 2006' /> </categories> For more details, please refer to the link below, http://docs.fusionch...D.html#Anchor17 Hope this helps! Edited July 12, 2012 by Bindhu Share this post Link to post Share on other sites