views:

501

answers:

2

Using two parameters to plot a line graph in C# using Visual Studio ( Using GUI).

+1  A: 

I would use the free MS Chart Controls.

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

FiveTools
+1  A: 

Check out ZedGraph (http://zedgraph.org). Open source, licensed under the LGPL.

Joviee