Click here to Skip to main content
15,917,456 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I'm doing a project from c#. It's about a Oscilloscope. I want to draw a graph for the corresponding serial port values(voltage).

I want help to draw the real time graph (just like Windows task manager---> CPU History graph). Please help me!

Thank you!
Posted
Updated 1-Dec-16 1:28am
v2

Hi,

there are several articles here on codeproject:

A flexible charting library for .NET[^]

Simple Performance Chart[^]

and you could use the VS Chart Control for .NET
http://code.msdn.microsoft.com/mschart[^]

Best regards
 
Share this answer
 
Comments
Ebru güngör 3-Oct-13 6:16am    
Hi can i ask how have you solved the problem? or did you successfully complete the project?
Member 11868568 29-Jul-15 7:49am    
can you help me for the same that how would i get real time data on chart
Isuru_senanayake 15-Jul-10 14:13pm    
Thanks! I got it......
I have the same problem. I use serial data coming from a LRF sensor and compute X,Y data in VS Windows form application using C#. But I want to show the real-time data on a X-Y chart on the form application. Can anyone tell me some tools that I can use in C# to plot X-Y data continuously.

Or let me know any tutorial sample to follow.

Thank you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900