Refreshing the canvas on a timer event
I have developed a live dashboard showing stream sensor data across the US. I use a System.Windows.Forms.Timer to activate reading the sensors every hour. Here is some code:
I have developed a live dashboard showing stream sensor data across the US. I use a System.Windows.Forms.Timer to activate reading the sensors every hour. Here is some code: