Moon
Moon

Reputation: 20032

C# Charts n Graphs

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

Upvotes: 5

Views: 7034

Answers (2)

Henk Holterman
Henk Holterman

Reputation: 273844

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

Upvotes: 5

Matt
Matt

Reputation: 27011

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.

Upvotes: 10

Related Questions