I want to develop a chart which displays real time values of CPU Freauency, temeprature and Power.
The chart should be similar to the chart in Performance Monitor (Perfmon.exe) tool comes with Windows.
In which X Axis should have the Time values and Y Axis have the actual data. Could you Please send me the detail example of it asap.
Thanks.
Hello,
I made small sample for you. Could you please take a look at the attached sample for more details and let me know if you have any questions.
Regards
Thank you for the immediate reply.
The problem with this example is after some time the points on the X-axis will get saturate.
see the image for reference. Instead of adding the new time value on X-axis I want to update the existing points with the updated time value just like Perfmon.exe tool.