Chart history amount
Posted: Mon Apr 11, 2016 5:32 am
Hi,
I log sensor data to chart about ten times/ second using Series[0].Add . Where is the data stored and can I adjust how much data is stored in that 'buffer' ?
Because basically everything works well but because that PC is not too fast there is update problems when I have much data on chart 'buffer' ( hundreds of thousands) .
Or is there any more practical method to collect that kind of data ? I think my current method leads to some kind of overflow in some point anyway if there is no limit how much data is collected to chart.
For my application about 40 000 history points will be enough and I need to show only about 1000 points simultaneously on screen. Other data should be available by scrolling the chart.
I log sensor data to chart about ten times/ second using Series[0].Add . Where is the data stored and can I adjust how much data is stored in that 'buffer' ?
Because basically everything works well but because that PC is not too fast there is update problems when I have much data on chart 'buffer' ( hundreds of thousands) .
Or is there any more practical method to collect that kind of data ? I think my current method leads to some kind of overflow in some point anyway if there is no limit how much data is collected to chart.
For my application about 40 000 history points will be enough and I need to show only about 1000 points simultaneously on screen. Other data should be available by scrolling the chart.