how to plot graph in VB.net?

  • Thread starter Thread starter Soon Lee
  • Start date Start date
Use the Graphics class to paint on the form. You may have to do a
coordinate transformation so have a look at Graphics.TranslateTransform and
Graphics.ScaleTransform.

--Robby
 
Back
Top