Sign in to follow this  
Jesús

Vertical Trend Lines And Scroll Line Chart

Recommended Posts

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

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 by Bindhu

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