Papoum Report post Posted July 19, 2007 Hi, In FusionCharts, there is a dll which allow to manage charting within code-behind : ex : InfoSoftGlobal.FusionCharts.RenderChart("FusionCharts/StackedColumn2D.swf", "", xmlData, "Chart", "900", "300", false, false); Will this be available in FusionMaps ? And is it scheduled ? Is there another way than this code to use FusionMaps in DotNet ? <div id="mapdiv"> FusionMaps. </div> <script type="text/javascript"> var map = new FusionMaps("FusionMaps/FCMap_World.swf", "Map1Id", "750", "400", "0", "0"); map.setDataXML("<%=xmlMaps %>"); map.render("mapdiv"); </script> Thank you for your answer. Philippe Share this post Link to post Share on other sites
Pallav Report post Posted July 20, 2007 Philippe, We've provided the source code of this DLL, which can be tweaked to for FusionMaps. Share this post Link to post Share on other sites
Papoum Report post Posted July 20, 2007 Thank you, I will try to. Philippe. Share this post Link to post Share on other sites
Pallav Report post Posted July 21, 2007 Hi, Also, we'll create one and post it by Monday here. Share this post Link to post Share on other sites
taragdes Report post Posted January 29, 2008 I am interested in finding out if this .dll is available. Is there any new information for this? Thank you. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 30, 2008 hi, We have posted 2 basic samples for FusionMaps in C# and VB.NET. Here you willl find a FusionMaps dll file. http://www.fusioncharts.com/forum/Topic4099-11-1.aspx We are currently working on the dll to make it more effective and will again post or provide with the FusionMaps new releases. Share this post Link to post Share on other sites