Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Increase WaveFormGraph XRange according to a timestamp

I have a waveformGraph and I am plotting multiples values from a measurement. I wonder how can increase my range according to a timestamp value when a plotting multiple measurement.

I have been trying using following method

 

public void PlotYAppend(double[] yData, int startIndex, int length, TimeSpan increment);

 

 but it seems to be that the range is increasing according to the Range values of the XAXES and not according to my timestamp.

Any help ?

Thanks in advance

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

Have you read this?

 

Editing Axis Ranges on Measurement Studio Windows Forms Graph .NET Controls
http://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/editingaxisrangenetgraphswinf...

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