Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Charts n Graphs

Does .NET 3.5 provide any build-in support for charts and graphs for Windows Forms applications?

like image 852
Moon Avatar asked Aug 27 '09 18:08

Moon


2 Answers

Yes there is

http://code.msdn.microsoft.com/mschart

AND

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

For ASP, I also like openflashcharts. But it's more of a hassle.

If not you have to go with a 3rd party which costs money like dundas or telerik.

like image 92
Matt Avatar answered Sep 27 '22 22:09

Matt


The first choice would be MsChart but you say that's not working for you. Maybe check your setup, you have to install several things: SP1, MsChart and a VS2008 plugin. I have listed them here. Don't mind the Dutch text, just follow the bulleted list of links.

If that still doesn't work, there are alternatives like ZedGraph

like image 25
Henk Holterman Avatar answered Sep 27 '22 22:09

Henk Holterman