
dadimohan
Members-
Content count
3 -
Joined
-
Last visited
About dadimohan
-
Rank
Forum Newbie
-
Fusion Charts With Mvc3 And Razor Engine
dadimohan replied to dadimohan's topic in FusionCharts and ASP.NET
Hi Finally I managed to execute Fusion charts with MVC3 attached the sample example PracticeMVC3 Fusion charts.zip -
Fusion Charts With Mvc3 And Razor Engine
dadimohan replied to dadimohan's topic in FusionCharts and ASP.NET
Hi Sumedh , Thanks for the example and it is developed using MVC2 and for some reason in MVC3 chart is not rendering. I would be thank full if you could share any sample with MVC3 implementation. In the controler public ActionResult Index() { ViewBag.MyChart = FusionCharts.RenderChart( Url.Content("../../FusionCharts/Column3D.swf"), Url.Content("../../Data.xml"), "", "myFirst", "600", "300", false, true); return View(); } Thanks -
Can some one share the sample applicaiton to show fusions charts using MVC3 applicaiton and Razor engine