Hi,
I am showing graphical display of some figures in a picturebox.
(Just like CPU usage history in WinNT)
I have finished this in my application using VB6.0, but now i want to do it in .Net
Currently I am using .Line method for picturebox to draw the graph. How can I draw a line on Picturebox control in .Net? I looked for the similar method but could not find it.
Please help.
