11-23-2020 07:57 AM
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.
11-23-2020 09:39 AM
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.