Link to home
Start Free TrialLog in
Avatar of l2Bravo
l2BravoFlag for United States of America

asked on

Need a Dynamic Graph to work in C#

I need to create a dynamic line graph that displays updates 2-3 times per second.  The data is retrieved from some attached devices and the line graph is updated with the frequency requested above.  I've found MS Chart Control 5.0 and think that may provided what I need.  Please provide any suggestions as well as a link to documentation regarding any solution.  

Thanks.
Avatar of dj_alik
dj_alik

Please provide more details:
Do you speak about Web/ASP.NET solution or Windows Form?
Avatar of l2Bravo

ASKER

From a Windows form platform.  Let me know if you need anything else.
Learn the samples provided at  http://code.msdn.microsoft.com/mschart. There's a sample called "Real Time Chart"(ASP.NET)/"Real Time Data"(WinForms) that might show you what you need.

And download from here:
http://archive.msdn.microsoft.com/mschart/Release/ProjectReleases.aspx?ReleaseId=4418

you can find sample in  downloaded zip: WinSamples\WorkingWithData\RealTimeData...
Avatar of l2Bravo

ASKER

Do you know if this code can be applied to MS Visual Studio 2005?   My company currently only uses that version of Visual Studio and I've been able to make the software we run do everything it needs to with 2005, but I can convince them to upgrade if it is necessary to do so.  So, if an upgrade is necessary to get the MS Chart Control to work, that will be sufficient.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of dj_alik
dj_alik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial