MartinS Report post Posted April 24, 2009 I am trying to replicate the chart below in fusion - the issue i have is that I am new to fusion having just taken on an ex-colleagues project and am trying to get the this chart working in fusion. We have a C# class that stores all the data for a chart, and then some code that converts it into XML for a fusion chart, but i have only worked with dundas, so am not sure how to go about creating the XML for this chart, and if it needs anything special from a standard line or point chart. In dundas the chart has two point series and 4 line series, and I bind them by both x and y axes to give me the chart I require. What i need to know is if the chart below can be acheived in Fusion, and if so, I'd appreciate a little guidance as to how to create it. Many thanks Martin Share this post Link to post Share on other sites
Dhruva Report post Posted April 24, 2009 Hello, COuld you please try using scatter charts? http://www.fusioncharts.com/gallery/Category.asp?BubbleXYPlot Share this post Link to post Share on other sites
MartinS Report post Posted April 24, 2009 Hi Thanks, but can you tell me how that will help? I need to mix lines and points, and the link you gave only shows points/bubbles - how do I add the lines? Martin Share this post Link to post Share on other sites
Dhruva Report post Posted April 24, 2009 If you should add the drawLine='1' attribute to any one <dataset> element, then the corresponding datapoints should be plotted as a line. This, I think, will suit your need well. Share this post Link to post Share on other sites
MartinS Report post Posted April 27, 2009 OK thanks. Looks like I need to have a rethink on how I intend to do this. Martin Share this post Link to post Share on other sites
Dhruva Report post Posted April 27, 2009 Hello, You are most welcome. I think some hands on graphing should clear things up much faster. The way I see it, this graph will have 4 datasets being rendered as lines, the other(s) being rendered as points alone. Share this post Link to post Share on other sites