How do I display a graph in Visual Studio?

Oystein Bjorke hace 10 años 0
This discussion was imported from CodePlex

faroskalin wrote at 2013-12-06 16:39:

Hello.

So I am using the Example Browser application, and I have pasted the code to VS 2013, like so:

Image

I understand that the return type of the Notinterpolatedvalues() method is a PlotModel. Now - how do I display that? As in, what is the method I need to use in my main method in order to play Notinterpolatedvalues()?

Thank you.

faroskalin wrote at 2013-12-06 17:43:

I understand now. And it appears this is the reason: stackoverflow.com/a/3422732/1913389

Essentially, it's a convenience factor in the use of var in this instance like "when the type is elsewhere on the same line".