FusionChart draw data points

247 views Asked by At

I want to draw just data points. I mean that i do not want to draw a line. I just want to show data points in fusion chart graph. I tried some possible options however it was not successful. This is the link that i want to do: fusionchart bubble

I tried first example's xml file . However it shows nothing. This is the renderchart code that i used:

 FCLiteral1.Text = FusionCharts.RenderChartHTML("FusionCharts/FCF_MSLine.swf", "",
        strXML,
        "mygraph4",
        GraphWidth, GraphHeight,
        False
        )

This is in asp.net. Is there anybody who knows how to display data points using fusion chart?

Thanks

2

There are 2 answers

0
Swarram On BEST ANSWER

FusionCharts Free does not support Bubble chart. To meet your requirement using FusionCharts Free, to show only data points <dataset alpha='0' showAnchors='1'>

Refer to the supported XML format for MSLine.swf at Link

2
user3248862 On

Try changing the first argument of your function to FusionCharts/Bubble.swf assuming strXML has the right data structure for a bubble chart.