Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

DataSet as DataSource for WaveFormGraph

How do I assign Dataset as data source for wave form graph control?
 
Thanks
Sreenath J
0 Kudos
Message 1 of 2
(2,961 Views)

Sreenath,

Although the Waveform Graph and XY Graph components of Measurement Studio can not accept a Dataset as an input, once you convert the data in a Dataset to an array or a single datapoint you will be able to display the information on the Graph.  Waveform Graphs and XY Graphs have a number of different plot functions that can accept values in different formats.  For example, you can easily plot an array of Y values acquired at a continuous rate, or single Y values using the Waveform Graph.  If you have a pair of X and Y values you can plot them with the XY Graph.  All of these functions will accept values in an array or as single values, so you will have to extract the data from your Dataset before graphing it.

 

Regards,

Santiago D

0 Kudos
Message 2 of 2
(2,942 Views)