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.
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.
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.