Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

graphing in C#

Hello,

I am writing a data acquisition program in C# with visual studio version 5. I do not have measurement studio. I would like to be able to graph my data as it comes in, with a seprate graph for each data input channel and have it refresh with each buffer without casuing a buffer read error (because it is going too slowly). Labview seems to have no problem doing this. Has anyone done something like this before, and might have some ideas?

Thanks so much.
-scorpsjl
0 Kudos
Message 1 of 2
(2,772 Views)

Hey Scorp,

You really only have two options-

1- Purchase Measurement Studio so you will have a graph control and be able to graph inside of .NET.

2- Build your own graph control from scratch that handles what you want.

How are you graphing your data in Visual Studio now?

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(2,757 Views)