OxyPlot is a plotting library for .NET. This is the core library including the foundation classes and plot model. To display the plots, you also need to add a platform-specific OxyPlot package that contains a PlotView component.
$ dotnet add package OxyPlot.CoreOxyPlot is a cross-platform plotting library for .NET

PlotView to your user interfacePlotModel in your codePlotModel to the Model property of your PlotViewYou can find examples in the /Source/Examples folder in the code repository.
The latest pre-release packages are pushed to myget.org. To install these packages, set the myget.org package source https://www.myget.org/F/oxyplot and remember the "-pre" flag.
The stable release packages will be pushed to nuget.org. Note that we have have a lot of old (v2015.*) and pre-release packages on this feed, and sometimes these show up even if they are unlisted.
See the wiki for information about the available packages.
See Contributing for information about how to contribute!