draw a line graph

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I want to draw a line graph in my C# form. it is in real time so the graph
will constantly get new values. it should show one line for maximum value,
one line for minimum value and a third for the current value.. any idea how
to do that in C#.
I am thank full for all help coz I dont know even how to start.
 
Hi,
I want to draw a line graph in my C# form. it is in real time so the graph
will constantly get new values. it should show one line for maximum value,
one line for minimum value and a third for the current value.. any idea how
to do that in C#.
I am thank full for all help coz I dont know even how to start.

Take a look at the GDI+ library....
Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Back
Top