Maximum scroll range in fixed ratio

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
xutao
Posts: 4
Joined: Tue Oct 08, 2013 2:22 am

Maximum scroll range in fixed ratio

Post by xutao » Thu Oct 10, 2013 3:19 am

After running "Thread-fed multi-channel data" demo in scrolling mode, I found that the chart control only buffering the latest 10 seconds data. (eg. I press stop button after the demo has been running for about 30s, then I scroll the chart back to the beginning, but I can only see the data rending from 20s.)

Can the chart control caches all the input data from start to finish?

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Maximum scroll range in fixed ratio

Post by ArctionPasi » Thu Oct 10, 2013 7:11 am

That demo has DropOldSeriesData enabled, and it means automatic out-scrolled data destruction. Disable DropOldSeriesData to keep all the data.
LightningChart Support Team, PT

xutao
Posts: 4
Joined: Tue Oct 08, 2013 2:22 am

Re: Maximum scroll range in fixed ratio

Post by xutao » Fri Oct 11, 2013 6:55 am

ArctionPasi wrote:That demo has DropOldSeriesData enabled, and it means automatic out-scrolled data destruction. Disable DropOldSeriesData to keep all the data.
Thanks. :D

Post Reply