Hi,
For a waveform chart, it seems that x
scale->range->maximum/minimum are responsible for
controling the display range of an array.
But when i feed data points to the waveform chart constantly (like
DAQ), the upper and lower bound of data index also change. In this
case, i can't fix the maximum and minimum anymore. i tried to relate
one to the other by setting minimum=maximum-constant, although the
range appeared to be correct, the chart blinked alot.
So how do i set the actual display range in a waveform chart, ending at
the most recent data point? is there another register which records the
range (or the start index of the buffered array in waveform chart)
other than maximum/minimum values?
thanks alot!!!
Yi