views:

519

answers:

2
+4  Q: 

C# Charts n Graphs

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

+10  A: 

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.

Matt
mscharts not workinnnnnnnnnnnnnnn
Junaid Saeed
+2  A: 

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

Henk Holterman