I am using WebGrid Chart control and I am not getting the graph when I run the code (in debug mode).I am using Visual Studio 2005 on XP Prof. SP3 machine with IE 7.Here's the code I am using: ArrayList
tmp.Add(
ccDaysByDept2.AddDataArray(tmp);
ccDaysByDept2.DataBind();Am I doing something wrong? Please Help.
Never mind folks found my problem!
I forgot to define the ChartType :)
ccDaysByDept2.ChartType = WebGrid.Enums.