dadimohan

Members
  • Content count

    3
  • Joined

  • Last visited

About dadimohan

  • Rank
    Forum Newbie
  1. Fusion Charts With Mvc3 And Razor Engine

    Hi Finally I managed to execute Fusion charts with MVC3 attached the sample example PracticeMVC3 Fusion charts.zip
  2. Fusion Charts With Mvc3 And Razor Engine

    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
  3. Can some one share the sample applicaiton to show fusions charts using MVC3 applicaiton and Razor engine