المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : [HELP] Plotting readings on graph dynamically



C# Programming
02-19-2010, 06:51 PM
Hi,

I am writing an application that can sense the surrounding temperature.

I am thinking to plot the different temperature readings through a dynamic graph(if this is the correct term), every few seconds or even 1 minute.
Like for eg, 3.47pm, temperature reading is 27 degrees, 3.48pm is 28 degrees. 3.49pm is 28.5 degrees and so on and so forth...
The graph will be able to display the temperature (perhaps on the y axis) while the time on the x-axis.

Could anyone give me advise on this? I tried searching on Google but mostly I found are those that are cos/sin graphs.

Thanks,
Daniel