Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make cwgraph not connect oringinal point with start point and stop point with lines in linear mode

Hi:

I use measurement studio 6 and VB6.I draw power spectrum vs freqency graphs with plotXvsY method in CWgraph.When the freqency coordinate is displayed in linear mode,the start point and stop point are connected to oringinal point. I only need the curve between start point and stop point , don't need original point connect with start point and stop point. How can I do that?

Thanks very much!
0 Kudos
Message 1 of 2
(5,684 Views)
The Graph will plot whatever data you provide it. If you want to provide breaks in the plot, you can plot a NaN to the graph.

You can also have multiple plots on the graph. You could create a seperate plot for the data segment that contains the start/stop data.

I hope this helps
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(5,679 Views)