Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.46 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.46 KB

OxyPlot is a cross-platform plotting library for .NET

Build status

Plot

Branches

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 in use.

Getting started

  1. Use the NuGet package manager to add a reference to OxyPlot
  2. Add a PlotView to your user interface
  3. Create a PlotModel in your code
  4. Bind the PlotModel to the Model property of your PlotView

Examples

You can find examples in the /Source/Examples folder in the code repository.

Contribute

See the documentation for information about how to contribute!