Hello,
I was wondering if there is a way to change the x-range on a stripchart without resetting the traces. Currently, I use:
SetCtrlAttribute(panel,control,ATTR_POINTS_PER_SCREEN, XRANGE)
The only problem is that the stripchart automatically sets the origin at the current time (I am using absolute time scale) and resets the graph. Is there any way to change this behavior, because the only thing I can think of to do is store all of my data in memory and replot everytime the user changes the xscale... which wouldn't work too well due to the large amounts of data I have.