Hi Klaus
I want to display a simple Y vs Time graph. Thanks for the reference which is helpful. Both the Graph framework as well as this one are good - just that I have started my project with the former. I find with the Graph framework approach, I could send the raw data to the AddLinePoint and it will do the conversion from raw to pixel info.
I have tried the new approach as suggested by you and I have no progress in as far as displaying the raw data. I might have missed something trivial here.
In the attached sample, I have used a timer to simulate a periodical data input (per second). Firstly the intention is to display the data plot, then secondly to read off the plot using the vertical cursor as mentioned in my above post. I have copied and renamed some subs with suffix "2" for the purpose of this exercise.
Appreciate your help.