Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I need to create a graph from a number of values , which are only obtained when the program is running.

I have created a GUI which will call command prompt and execute some commands. I get various values from this which needs to be plotted in a graph.
If I store them in a variable, then at the end, they just turn out to be zero and I am not able to incorporate them in the graph.

I am using Visual Studio 2008 with Chart-Addons on 3.5 .NET framework.

PLEASE HELP.

Thank you in advance.
I really appreciate it!
Posted
Comments
Richard C Bishop 11-Apr-13 12:24pm    
Try storing the variables in Session and then pull them back out at then end when you need them.
Sandeep Mewara 11-Apr-13 12:49pm    
Session? Not for winforms.
Richard C Bishop 11-Apr-13 12:51pm    
Dang, I was only looking at the tags and did not see the huge letters that said Windows Forms. My mistake.
Sandeep Mewara 11-Apr-13 13:01pm    
Thats ok. Happens. :)

:thumbsup:
Sergey Alexandrovich Kryukov 11-Apr-13 16:05pm    
Real time, no kidding? What do you thing "real time" is? :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900