Page 1 of 1

Circular or limited chart buffer

Posted: Wed May 19, 2021 3:54 pm
by 16588213
I have to draw the chart of a procedure that can last several days, I don't care that all the points entered are stored in the graph, it would be enough for me to view only the most recent part, there is a way to make sure that the oldest data are eliminated gradually?
At the moment the only way I have found is to delete them via the 'Delete' command, but it is a very slow procedure!

Thanks

Re: Circular or limited chart buffer

Posted: Thu May 20, 2021 11:13 am
by yeray
Hello,

The Delete method should be the fastest way to remove points. Have you seen the example here?
2021-05-20_13-08-43.gif
2021-05-20_13-08-43.gif (363.47 KiB) Viewed 5549 times
If you still find problems with it, please arrange a simple example project we can run as-is to reproduce the problem here.