Skip to content

benjaminrupp/oxyplot

 
 

Repository files navigation

OxyPlot is a cross-platform plotting library for .NET

License 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 (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 by AppVeyor CI 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 currently have a lot of old (v2015.*) and pre-release packages on this feed, this will be cleaned up as soon as we release v1.0.

Package Targets
OxyPlot.Core Portable class library
OxyPlot.Wpf WPF (NET40, NET45)
OxyPlot.WindowsForms Windows Forms (NET40, NET45)
OxyPlot.Windows Windows 8.1 and Windows Phone 8.1
OxyPlot.WP8 Windows Phone Silverlight
OxyPlot.Silverlight Silverlight 5
OxyPlot.GtkSharp GTK# 2 and 3 (NET40, NET45)
OxyPlot.Xamarin.Android MonoAndroid
OxyPlot.Xamarin.iOS MonoTouch and iOS10
OxyPlot.Xamarin.Mac Mac20
OxyPlot.Xamarin.Forms MonoTouch, iOS10, MonoAndroid, WP8
OxyPlot.Xwt NET40, NET45
OxyPlot.OpenXML NET40, NET45
OxyPlot.Pdf PdfSharp (NET40, NET45, SL5)

Contribute

See Contributing for information about how to contribute!

About

A cross-platform plotting library for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%