03-17-2006 02:52 PM
03-20-2006 10:40 AM
Muzu,
The behavior you are experiencing is how we would expect the ScatterGraph to operate. Every time you plot a new set of data on ScatterGraph, the axes will adjust to fit the data. The values of the axes that are set once you plott the data will be the default values that that the ScatterGraph will revert to if you call the ResetZoomPan function.
In your case I believe you are trying to revert to the axis values of previous set of data using the ResetZoomPan function after plotting a new set of data. Because you have plotted a new set of data, the axis values for your new data will be the values that the ResetZoomPan function will revert to. Therefore, if you plott a new set of data and executed the ResetZoomPan function nothing will happen because the graph is set to the default axis values already.
Regards,
Santiago D
NIC
03-20-2006 04:40 PM
02-29-2012 11:01 AM - edited 02-29-2012 11:02 AM
Hello,
For our application, the default behavior of zooming to show all signals while adding a new one is very unwanted.
Our users does not want that. We should be able to add signals without having this constrain (we should be able to keep the same view either if the new signal is not into view).
In fact i'm searching very hard to find another product because this feature give me a real hard time because I have to manage all zooming manually.
You should take D3 (dynamic data display) as good example of behaviors. Also you should keep synchronized to 0 (zero) on every axis.
Thanks,
Eric
03-05-2012 03:02 PM
Have you tried configuring the Mode of the axis? It sounds like you are using AutoScale when you need Fixed. Fixed will not change the viewing rect when new data is added. You will likely want to change this property for both the XAxis and YAxis.
03-05-2012 03:15 PM
Hello there,
I guess what your are looking for is the Fixed scale mode on the axis. If you want to have control over the range values when data is cleared or new data is plotted, you should use the Fixed scale mode.
Hope this helps!
Vijet Patankar
National Instruments