Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I insert a plot for both x and y axis.

It is first time for me to develop with measurement studio.

 

I have succeed in drawing simple sine data in waveform graph (on WinForm type)  in c# language.

But I would like to change the values (0 ~ 359) on x axis, to (0.1 ~ 35.9).

 

Thus, I put both plot method as below, but an exception occurred.

waveformGraph.PlotX(x);

waveformGraph.PlotY(y);

How can I insert a plot for both x and y axis.

 

And, also where can I find examples of measurement studio for WinForm C#

I have found a very simple UI based example on this site, but I cannot find more detailed examples.

0 Kudos
Message 1 of 1
(2,055 Views)