Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple plots on Y-axis

I have multiple plots and how can I plot them with different depth on the Y-axis, Thks

 

0 Kudos
Message 1 of 4
(6,306 Views)

I think this is what you are looking for.

 

Vijet Patankar

National Instruments

0 Kudos
Message 2 of 4
(6,292 Views)

I followed the example and I could get the plots on different Y scales. However I always get the same plot stacked on the Y scale. See my source

ReadMultiSampleAsync(samplesPerChannel, m_data);

m_graphBeat.Plots.Item(

"Plot-1").PlotY(CNiReal64Vector (m_data));

m_data.Scale(1,1.0);

m_graphBeat.Plots.Item(

"Plot-2").PlotY(CNiReal64Vector (m_data));

m_data.Scale(1,1.0);

m_graphBeat.Plots.Item(

"Plot-3").PlotY(CNiReal64Vector (m_data));

 

Please help..

 

 

0 Kudos
Message 3 of 4
(6,260 Views)

Did you figure this out?

0 Kudos
Message 4 of 4
(6,214 Views)