Skip to content

oxyplot/oxyplot

Folders and files

NameName
Last commit message
Last commit date
Jul 21, 2024
Mar 20, 2014
Mar 11, 2025
Aug 15, 2014
Feb 22, 2021
Nov 2, 2017
Mar 11, 2025
Oct 10, 2019
Jan 23, 2025
Jun 16, 2017
Nov 28, 2017
Jul 29, 2024
Aug 25, 2022

Repository files navigation

OxyPlot is a cross-platform plotting library for .NET

Plot

Getting started

  1. Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages)
  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.

NuGet packages

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.

More information

Contribute

See Contributing for information about how to contribute!