11-16-2005 06:58 AM
11-17-2005 05:06 PM - edited 11-17-2005 05:06 PM
I would recommend looking at the ChartY function of the CWGraph control. If you plot two plots, it should be able to create something like the window you described. However, you will have to allow it to plot once across the plot first. There is some good documentation in the Measurement Studio help that explains the ChartY function further. On the issue of making it slowly move up to a set point, the only thing I can think to do is try and plot it in increments. For example, if you start with a window of 0 to 1, and you want to move up to a window between 1 and 2, you could plot 0.1 to 1.1, 0.2 to 1.2, etc. Let me know if there is anything else I can do to help.
Message Edited by Patrick P. on 11-17-2005 05:08 PM