C# – drawing Chart using .NET 3.5 and Visual Studio 2008

cnet

I want to draw a graph/chart in runtime in my windows desktop application. I am using Visual Studio 2008 and C#.NET 3.5.

I know about Chart control in .NET 4.0 and Visual Studio 2010, but didn't find any similar control in Visual Studio 2008.

is there any way to plot a graph using .NET 3.5 in VS2008?

Best Answer

Let me recommend you ZedGraph, it is free and opensource. And here you can find an article about it.

Anyway, there are plenty of commercial components with charting functionality on ComponentSource.