Hi Everyone.
I'm charting live data in the wpf Graph object with Measurement Studio 2019, and it works great. I'm using ChartCollection<double, double>, where the first value is a time stamp and the second value is the amplitude. As it works now, the horizontal axis starts to get compressed as time goes on, showing all the data received.
Is there a way to have the x-axis 'slide', such that older data disappears, and only the last 'n' samples are displayed?
Thanks.
Don