Sign in to follow this  
icbcsdc

In Scatter Chart, Can I Draw Lines Between The Anchors With The Same X-Axis Value?

Recommended Posts

IN Scatter Chart, can i draw lines  between  the anchors with the same x-axis value?  also  draw the v-line from anchors  to the x-axis 

 

thanks

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Welcome to FusionCharts Forum!

 

Yes, you can draw line between two anchors with same x-axis value, but you would need to create separate <dataset> element for this.

 

Ref. Code:

 

 <dataset ... seriesName='Server 1' drawLine='1'>
      <set y='2.4' x='30'/>
      <set y='3.5' x='30' />
   </dataset>
 
You would need to make use of drawLine attribute in the <dataset> element to draw line between two scatter points (anchors).
 
Please find attached screen-shot for your reference.
 
For more information, please refer this link: http://docs.fusioncharts.com/charts/contents/ChartSS/Scatter.html
 
Also, drawing vLines from scatter points (anchors) to the x-axis is not possible.
 
If this doesn't suffice your requirement, please elaborate more on your requirement.
 
 

post-24802-0-36644500-1368795844_thumb.png

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