Hey there,
In an windows app I'm just trying to create a graph , line graph or so off arrays in VB.net. Can anyone recommend a good tutorial or method to do this?
Thanks in advance
Chris
Printable View
Hey there,
In an windows app I'm just trying to create a graph , line graph or so off arrays in VB.net. Can anyone recommend a good tutorial or method to do this?
Thanks in advance
Chris
The best method is to use a free Class called ZedGraph.
See http://zedgraph.org/wiki/index.php?title=Main_Page
This site has many examples.
http://www.codeproject.com/vb/net/DrawBarChart.asp
I used this example to create a bar chart once, once you understand it and how the drawing components work then like I made it vertical you may be able to make it a line style graph by drawing between points.
Hey guys,, thanks for your replies,,
but I found a pretty good plugin here
http://www.chestysoft.com/default.asp
Thats fine if you want to pay for it when the trial period expires.
Dont forget to resolve this thread.