Oct 28, 2014 #1 E ep.hobbyiest Full Member level 4 Joined Jul 24, 2014 Messages 212 Helped 1 Reputation 2 Reaction score 1 Trophy points 18 Activity points 1,487 i have done progress bar for adc value on C# but i want to plot graph instead. so how to plot the graph of adc value. which method is to follow.
i have done progress bar for adc value on C# but i want to plot graph instead. so how to plot the graph of adc value. which method is to follow.
Oct 28, 2014 #2 H horace1 Advanced Member level 5 Joined Nov 18, 2008 Messages 2,118 Helped 596 Reputation 1,188 Reaction score 571 Trophy points 1,393 Location Norwich, UK Activity points 13,063 you can use the chart component from the toolbox to plot graphs
Oct 29, 2014 #3 E ep.hobbyiest Full Member level 4 Joined Jul 24, 2014 Messages 212 Helped 1 Reputation 2 Reaction score 1 Trophy points 18 Activity points 1,487 yes sir i want to plot like real time graph.I saw some of zedgraph plot or something else which can give me plotting graph like real time.
yes sir i want to plot like real time graph.I saw some of zedgraph plot or something else which can give me plotting graph like real time.
Oct 29, 2014 #4 H horace1 Advanced Member level 5 Joined Nov 18, 2008 Messages 2,118 Helped 596 Reputation 1,188 Reaction score 571 Trophy points 1,393 Location Norwich, UK Activity points 13,063 ep.hobbyiest said: yes sir i want to plot like real time graph.I saw some of zedgraph plot or something else which can give me plotting graph like real time. Click to expand... find attached a C# project which plots sine and cosine. It has a timer which adds a sample every 100mSec the result looks like Attachments SineGraph.zip 47.1 KB · Views: 150
ep.hobbyiest said: yes sir i want to plot like real time graph.I saw some of zedgraph plot or something else which can give me plotting graph like real time. Click to expand... find attached a C# project which plots sine and cosine. It has a timer which adds a sample every 100mSec the result looks like
Nov 22, 2014 #5 D decapitary Banned Joined Jul 16, 2014 Messages 62 Helped 0 Reputation 0 Reaction score 0 Trophy points 6 Activity points 0 hoppyiest if u wrote ur program please send the project to me if you want. I really need it