OxyPlot for all the Xamarin platforms
Перейти к файлу
Jeremy Iverson 0797c03faf Add nuspec for MonoMac package 2015-09-30 08:11:53 -05:00
Source Add nuspec for MonoMac package 2015-09-30 08:11:53 -05:00
.gitattributes Add .gitignore (from github/gitignore) and .gitattributes 2014-08-15 09:39:19 +02:00
.gitignore Add Xamarin.Forms build script 2015-01-17 22:16:44 +01:00
.gitmodules Add Xwt backend 2014-12-08 23:58:03 +01:00
AUTHORS Migrate automatic package restore #557 2015-09-11 23:25:21 +02:00
CHANGELOG.md Add GitVersion to build 2015-09-28 21:30:39 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-09-27 09:01:02 +02:00
CONTRIBUTORS Merge pull request #577 from objorke/issues/migrate-automatic-package-restore 2015-09-12 07:10:54 +02:00
GitVersionConfig.yaml Add GitVersion to build 2015-09-28 21:30:39 +02:00
LICENSE Update readme etc 2014-09-02 00:12:20 +02:00
README.md Update README.md 2015-09-27 10:18:10 +02:00
appveyor.yml Add NuGet packages to artifacts 2015-09-29 19:58:39 +02:00

README.md

OxyPlot is a cross-platform plotting library for .NET

License Build status NuGet downloads Version Pre-release version GitHub release GitHub tag

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.

NuGet packages

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

Obsolete packages:
OxyPlot.WindowsUniversal
OxyPlot.Mobile
OxyPlot

Contribute

See Contributing and the documentation for information about how to contribute!