Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a free chart report tool on ASP.NET MVC?

Can anyone recommend a free tool for generating Charts compatible with ASP.NET MVC?

like image 810
Junior Mayhé Avatar asked May 10 '10 15:05

Junior Mayhé


Video Answer


1 Answers

Take a look at this free web control from Microsoft:

http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

I tried it with regular web application, not MVC though. Works alright, a little finicky in some details.

What kind of charts you need to deal with? Some time ago I was looking for Gantt chart control, and really did not find any good free ones.

Regards, Anvar

like image 140
Anvar Avatar answered Oct 07 '22 13:10

Anvar