02-26-2016 10:29 AM
One thing to keep in mind is that these events are synchronous. Thus, you are probably seeing the following:
In which case, looking for data when the range cursor updates will only show the update to graph 1, not graph 2
There are a couple of different ways to solve this:
03-08-2016 07:07 AM
I used the Dispatcher.BeginInvoke and it indeed solved the problem.
Thanks!!