OxyPlot is a cross-platform plotting library for .NET
License: The MIT License (MIT)
Web page: http://oxyplot.org
Documentation: http://oxyplot.org/documentation
Announcements: http://oxyplot.org/announcements
Announcements feed: http://oxyplot.org/atom.xml
Discussion forum: http://discussion.oxyplot.org
Source repository: http://github.com/oxyplot/oxyplot
Issue tracker: http://github.com/oxyplot/oxyplot/issues
StackOverflow: http://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