mgnair Report post Posted July 15, 2012 Hi, Refer attachment , is this possible this in fusionchart XT ? I feel more <set> element than <category> in Mutiline 2D chart or "connecting line" in scatter chart will meet the purpose. Kindly let me know how to achive this Regards Madhu Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 16, 2012 Hi, Welcome to the FusionCharts Forum Thank you for the post. You may try using the Scatter chart. Define same values for "x" and different values for "y" to suffice your requirement. Also define drawLine attribute and set it to 1. Ref. Code: <set y='2.4' x='21' /> <set y='3.5' x='21' /> For more details, please refer to the link below, http://docs.fusioncharts.com/charts/contents/?AttDesc/BubbleScatter.html http://docs.fusioncharts.com/charts/contents/?ChartSS/Scatter.html Hope this helps! Share this post Link to post Share on other sites