02-15-2010 09:12 AM
Greetings:
I am trying to do analysis on data displayed in a Scatter Plot using Measurement Studio 8.6. There is a great method in the plot called clip data points, but it does not seem to work as I expect. I am calling the method after I zoom in on the plot, but I always get back the original data set. Am I missing something?
Here is the code....so simple!
double[] x, y;
this.graMain.Plots[0].ClipDataPoints(out x, out y);
X&Y always have the original data....never what is actually displayed after zoom.
Thanks for any help.
Ned Bennett
GDS
02-16-2010 10:06 AM
02-16-2010 10:47 AM
Ok Nick..thanks for the info. I do think this is a valid implemenation request though, and is a missing method on x-y plots from the very first component works graphs. Please understand people want to report or analyze only data being displayed after zooming in on an area. Being able to quickly identify the displayed data would be very helpful.
I guess you are expecting us to look at the axis range max/min and then run through our data arrays to do any local analysis.
What irks us users is when you guys clearly have the range data avaliable, but are not exposing it to us.
Ned