Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Crop Plot XY

Hello,

 

I've a standard plot with datas and two cursors.

 

Is there the c# method to crop the data plots between the two cursors or the displayed data.

Or we have to do old-fashoned via data ploted manipulation ?

 

Thank you.

F.

0 Kudos
Message 1 of 2
(966 Views)

Hello,

 

I've found this method in scatteplot :

 

 

plot_Voie.ClipDataPoints( out xdata, out ydata );

 

 

In help documentation, it consiste to give the points contains in the current windows range.

 

I've tried it but the method still gives me back all the vector points.............

 

Is anyone knows how to use this code ?

Thanks.

0 Kudos
Message 2 of 2
(945 Views)