OxyPlot is a cross-platform plotting library for .NET
- Web page
- Documentation
- Announcements
- Announcements feed
- Discussion forum
- Source repository
- Issue tracker
- Stack Overflow
master - the release branch (stable channel)
develop - the main branch with the latest development changes (pre-release channel)
See 'A successful git branching model' for more information about the branching model.
- 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
You can find examples in the /Source/Examples
folder in the code repository.
Information about how to contribute to the project can be found at http://oxyplot.org/documentation/contributions