OxyPlot is an open source, cross-platform .NET plotting library.
License: The MIT License (MIT)
Web page: http://oxyplot.org
Source repository: https://github.com/oxyplot/oxyplot
Discussion forum: https://oxyplot.userecho.com
StackOverflow: https://stackoverflow.com/questions/tagged/oxyplot
- Use the NuGet package manager to add a reference to OxyPlot
- Add a
PlotView
to your user interface - Create a
PlotModel
in your code - Bind the
PlotModel
to theModel
property of yourPlotView
images and code
Information about how to contribute to the project