Good morning
anyone recommend a free tool for generating Charts compatible with ASP.NET MVC?
thank you
Good morning
anyone recommend a free tool for generating Charts compatible with ASP.NET MVC?
thank you
Use Google Chart Tools.
To clarify, GCT isn't specific to ASP.NET MVC. It's a hosted thing that you can call with Javascript. I've use it in MVC and regular ASP.NET project alike. Very clean and nice.
For instance, open your browser and go here:
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World
You'll see this:
The advantages of the Google Chart Tools are:
Hi,
Take a look at this free web control from Microsoft:
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
Six jQuery Chart Plugins
http://www.reynoldsftw.com/2009/02/6-jquery-chart-plugins-reviewed/
Here is a demo on using the chart object in .Net check here. Its a cool for generating Charts compatible with ASP.NET MVC.