Quantcast How do i draw graphs with C# + zedgraph Text - Physics Forums Library

PDA

View Full Version : How do i draw graphs with C# + zedgraph


Ian_Brooks
Aug7-08, 11:41 AM
For my thesis project i'll soon want to draw 2D graphs based on input data coming wirelessly via bluetooth. The signals will be directional motion, acceleration, change in elevation and finally some added data on ECG, heart rate etc.

As I'm planning on having a C# GUI user interface - how would I implement a 2D graphing program?

What I need is a means of plotting the graph in real time and have it scroll across as the data comes in. It can then refresh and show the most recent plots of the data.


Should I use zedgraph? Where can I find useful tutorials/resources/ etc?



Thanks in advance

rootX
Aug7-08, 03:00 PM
For my thesis project i'll soon want to draw 2D graphs based on input data coming wirelessly via bluetooth. The signals will be directional motion, acceleration, change in elevation and finally some added data on ECG, heart rate etc.

As I'm planning on having a C# GUI user interface - how would I implement a 2D graphing program?

What I need is a means of plotting the graph in real time and have it scroll across as the data comes in. It can then refresh and show the most recent plots of the data.


Should I use zedgraph? Where can I find useful tutorials/resources/ etc?



Thanks in advance

http://zedgraph.org/wiki/index.php?title=Sample_Graphs ?