if you put a print statement in MyCustomHandler(object state) it prints every 1000ms
however if you put a DrawText statement in with the print statements you do not get the same updates in the chart...i.e. the interval of the prints to the output window and plots on the chart do not match....chart is much slower and misses many of the updates...i.e. lags what is actually going on
same lag if you plot a line using myline.Set(value);
Why is the chart not plotting at same interval?

Comment