Yes. I guess you need more information than that...:)
You can do it manually by drawing in a Paint event to a Panel/Form/UserControl the points using DrawLine; draw the Axies labels using DrawString, etc. Building your graph the way you want it.
Or, you can find an existing control: Naional Instruments have a controls package. Or, the 'free' route: NPLOT www.nplot.com
Depends ho much work/effort/time/cost you want to put into it.
Graphing data?
pinoyz
StaticTony
Zedgraph also shows up here:
http://www.codeproject.com/csharp/zedgraph.asp
Evan Hoff
Yes. I guess you need more information than that...:)
You can do it manually by drawing in a Paint event to a Panel/Form/UserControl the points using DrawLine; draw the Axies labels using DrawString, etc. Building your graph the way you want it.
Or, you can find an existing control: Naional Instruments have a controls package. Or, the 'free' route: NPLOT www.nplot.com
Depends ho much work/effort/time/cost you want to put into it.
Yonglun Li
manick312938
Have a look at: -
http://zedgraph.org/wiki/index.php title=Main_Page
It is very powerful and very easy to use, just have a look at the visual basic examples,if you have any problems please let me know.
Andy