Hi,
The strip chart does not allow for different plotting speed. Basically every time that you plot a point for one trace you must plot a point for each trace in you chart.
The way I see this, there are 3 workaround: use a graph and maintain the running buffer, extrapolate the data or use 2 separate strip charts. I have created a small example that uses 2 separate charts. There are the same size and they are one on top of the other. The Top one is transparent. There are some issues to fix, but it's a good start.
Let me know if you have any questions on this.
Regards,
Juan Carlos
N.I.