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