Sign in to follow this  
taragdes

DotNet integration

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this