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