Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

plotting points - cnigraph

I have some points to plot on CNiGraph, but I don't want it to be a waveform just random points. How to do that?
0 Kudos
Message 1 of 2
(6,370 Views)
Hi Salad1985,

What versions of Visual Studio and Measurement Studio are you using?

Have you looked at the examples that are shipped with Measurement Studio? For a basic implementation of the graph control, just take a look at SimpleGraphSDI or Spectrum Analyzer (can be found e.g. in root:\Documents and Settings\All Users\Documents\National Instruments\MStudioVS2005\VCNET\Examples\Application\..)

The CNiGraph offers the ChartY functions that you can use for plotting points or vectors with a fixed x-increment. (defined in nigraph.h).

If you have further questions, don't hesitate to ask!

Best regards,

Peter


--
Peter A.
Field Sales Engineer, NI Germany
0 Kudos
Message 2 of 2
(6,337 Views)