1
votes

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?

2
Do you need winforms or web components? - Dmitriy Konovalov
@Dos095-russ...I need Windows Forms... - jchoudhury

2 Answers

2
votes

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.

0
votes

Here is a good chart controls for WinForms and ASP.Net from Microsoft, moreover there are good examples how to use these controls