How to make / plot graph in vb.net?

  • Thread starter Thread starter ray
  • Start date Start date
R

ray

Hi,
I would like to ask how to plot graph in vb.net on the interface? Is it
possible?
Thanks a lot,
Ray
 
Hi,
I would like to ask how to plot graph in vb.net on the interface? Is it
possible?
Thanks a lot,
Ray

You could either download a third party library or use GDI+ and write
your own functions.

www.codeproject.com would be a good place to search for examples of
this.

Thanks,

Seth Rowe
 
Hi,
I would like to ask how to plot graph in vb.net on the interface? Is it
possible?
Thanks a lot,
Ray

You can use existing (and free) libraries like zedgraph and NPlot for this
sort of thing
 
Back
Top