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