Methods of popping up a simple X-Y graph from within a C# .NET console app?
p.s. I don’t mind using a 3rd party plugin (such as like IronPython or Matlab) to take advantage of 3rd party graphing libraries.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the following method to start a console app with a windows form and then display/hide the form as necessary. Use the form to display the graph bitmap.
how to run a winform from console application?