I am Using ECG Chart In Android. How To Make The ECG Moves Automatically in Horizontal.
- karthikmani s asked 6 years ago
- last edited 6 years ago
- You must login to post comments
Hi there,
To make an ECG scroll you need to use one of the techniques in our tutorial: Adding Realtime Updates.
These are:
- Updating the data to give the appearance of scroll
- Updating the XAxis.VisibleRange of the chart to make it scroll
- Using FIFO series and the XAxis.AutoRange feature to automatically discard old data.
We have several examples in our examples suite of scrolling or sweeping Android charts. These include:
- https://www.scichart.com/example/android-chart-example-ecg-monitor-demo/
- https://www.scichart.com/example/android-realtime-ticking-stock-charts/
- https://www.scichart.com/example/android-realtime-scrolling-charts-example/
Best regards,
Andrew
- Andrew Burnett-Thompson answered 6 years ago
- thank you
- You must login to post comments
Please login first to submit.