OxyPlot for all the Xamarin platforms
Перейти к файлу
Oystein Bjorke d2461f859b Update README.md 2015-01-14 17:35:38 +01:00
Source Update Xamarin Forms references to 1.3.1 2015-01-11 09:17:29 +01:00
.gitattributes Add .gitignore (from github/gitignore) and .gitattributes 2014-08-15 09:39:19 +02:00
.gitignore Move Xamarin component files to other repository 2014-09-10 22:41:19 +02:00
.gitmodules Add Xwt backend 2014-12-08 23:58:03 +01:00
AUTHORS Update AUTHORS 2014-11-04 09:57:06 +01:00
CHANGELOG.md Update Xamarin Forms references to 1.3.1 2015-01-11 09:17:29 +01:00
CONTRIBUTORS Update contributors file from git history 2015-01-09 17:30:50 +01:00
LICENSE Update readme etc 2014-09-02 00:12:20 +02:00
README.md Update README.md 2015-01-14 17:35:38 +01:00
appveyor.yml Rename release notes to CHANGELOG.md and update contents (#313) 2015-01-09 17:29:36 +01: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.

Contribute

See the documentation for information about how to contribute!

Pull request status Issues closed status