I followed the creating first chart in this fusioncharts.Iam using visual studio 2008 and c#.net.
dynamically i am loading xml from database in the code behind file.
and using the below html code from the sample.
<body bgcolor="#ffffff">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="900" height="300" id="Column3D" >
<param name="movie" value="../FusionCharts/Column3D.swf" />
<param name="FlashVars" value="&dataURL=Data.xml&chartWidth=900&chartHeight=300">
<param name="quality" value="high" />
<embed src="../FusionCharts/Column3D.swf" flashVars="&dataURL=Data.xml&chartWidth=900&chartHeight=300" quality="high" width="900" height="300" name="Column3D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
My xml file data is very huge and need to change the chart width. so whatever keeping the size is not sufficient due to this huge data.
I want to get the control of the chart and able to change the width of the chart dynamically in the codebhind file.
but Iam not getting the control of the chart to change the width. I want to do this in code behind file.
How to achieve this.
and one more also:
I am getting label as fusion charts :infosoft global solution by default. I want to remove this default label. Iam not able to remove this. Iam using free version.
Please help me.
Thanks.

Back to top
MultiQuote