Hi,
Im developing an XYChart that initially displays one series in a 10-minute timeframe. When the series reaches the maximum of my timeframe, I'd like it to freeze in the chart and wait for the next series to start, like in a sweeping ECG chart.When the next series start, it will sweep the old series in the chart and it will also update the old tick labels of the old series as it passes through the ticks.
What my current framework does is it refreshes the chart when the series reaches the Maximum timeframe, then updates the minimum and maximum to the next 10 minutes, then the series starts again at leftmost of the chart. What I would like to know is, is it possible to like freeze the old series in the chart? and how? So I can create a new series that sweeps through it.