|
1 | 1 | OxyPlot is a cross-platform plotting library for .NET |
2 | 2 |
|
3 | | -- [Web page](http://oxyplot.org) |
4 | | -- [Documentation](http://docs.oxyplot.org/) |
5 | | -- [Announcements](http://oxyplot.org/announcements) / [atom](http://oxyplot.org/atom.xml) |
6 | | -- [Discussion forum](http://discussion.oxyplot.org) |
7 | | -- [Source repository](http://github.com/oxyplot/oxyplot) |
8 | | -- [Issue tracker](http://github.com/oxyplot/oxyplot/issues) |
9 | | -- [NuGet packages](http://www.nuget.org/packages?q=oxyplot) |
10 | | -- [Stack Overflow](http://stackoverflow.com/questions/tagged/oxyplot) |
11 | | -- [Twitter](https://twitter.com/hashtag/oxyplot) |
12 | | -- [Gitter](https://gitter.im/oxyplot/oxyplot) (chat) |
13 | | - |
14 | | - |
15 | | -[](https://ci.appveyor.com/project/objorke/oxyplot) |
| 3 | +- [Web page](http://oxyplot.org)\ |
| 4 | +- [Documentation](http://docs.oxyplot.org/) |
| 5 | +- [Announcements](http://oxyplot.org/announcements) / [atom](http://oxyplot.org/atom.xml) |
| 6 | +- [Discussion forum](http://discussion.oxyplot.org) |
| 7 | +- [Source repository](http://github.com/oxyplot/oxyplot) |
| 8 | +- [Issue tracker](http://github.com/oxyplot/oxyplot/issues) |
| 9 | +- [NuGet packages](http://www.nuget.org/packages?q=oxyplot) |
| 10 | +- [Stack Overflow](http://stackoverflow.com/questions/tagged/oxyplot) |
| 11 | +- [Twitter](https://twitter.com/hashtag/oxyplot) |
| 12 | +- [Gitter](https://gitter.im/oxyplot/oxyplot) (chat) |
| 13 | + |
| 14 | + [](https://ci.appveyor.com/project/objorke/oxyplot) |
16 | 15 |
|
17 | 16 |  |
18 | 17 |
|
19 | 18 | #### Getting started |
20 | 19 |
|
21 | | -1. Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages) |
22 | | -2. Add a `PlotView` to your user interface |
23 | | -3. Create a `PlotModel` in your code |
24 | | -4. Bind the `PlotModel` to the `Model` property of your `PlotView` |
| 20 | +1. Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages) |
| 21 | +2. Add a `PlotView` to your user interface |
| 22 | +3. Create a `PlotModel` in your code |
| 23 | +4. Bind the `PlotModel` to the `Model` property of your `PlotView` |
25 | 24 |
|
26 | 25 | #### Examples |
27 | 26 |
|
28 | 27 | You can find examples in the `/Source/Examples` folder in the code repository. |
29 | 28 |
|
30 | 29 | #### NuGet packages |
31 | 30 |
|
32 | | -The latest pre-release packages are pushed by AppVeyor CI to [myget.org](https://www.myget.org/) |
33 | | -To install these packages, set the myget.org package source `https://www.myget.org/F/oxyplot` and remember the "-pre" flag. |
34 | | - |
35 | | -The stable release packages will be pushed to [nuget.org](https://www.nuget.org/packages?q=oxyplot). |
36 | | -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](https://github.com/oxyplot/oxyplot/milestones/v1.0). |
37 | | - |
38 | | -Package | Targets | Dependencies |
39 | | ---------|---------|------------- |
40 | | -OxyPlot.Core | .NET Standard 1.0 | |
41 | | -OxyPlot.Wpf | .NET 4.5.2 | |
42 | | -OxyPlot.WindowsForms | .NET 4.5.2 | |
43 | | -OxyPlot.Windows | Universal Windows 10.0 | |
44 | | -OxyPlot.GtkSharp | .NET 4.5.2 | GTK# 2 |
45 | | -OxyPlot.GtkSharp3 | .NET 4.5.2 | GTK# 3 |
46 | | -OxyPlot.Xamarin.Android | MonoAndroid | |
47 | | -OxyPlot.Xamarin.iOS | MonoTouch and iOS10 | |
48 | | -OxyPlot.Xamarin.Mac | Mac20 | |
49 | | -OxyPlot.Xamarin.Forms | MonoTouch, iOS10, MonoAndroid, WP8 | |
50 | | -OxyPlot.Xwt | .NET 4.5.2 | |
51 | | -OxyPlot.SharpDX.Wpf | .NET 4.5.2 | |
52 | | -OxyPlot.Avalonia | .NET 4.5.2 | |
53 | | -OxyPlot.OpenXML | .NET 4.5.2 | |
54 | | -OxyPlot.Pdf | .NET 4.5.2 | PdfSharp |
55 | | -OxyPlot.Contrib | .NET Standard 1.0 | |
56 | | -OxyPlot.ExampleLibrary | .NET Standard 1.0 | |
| 31 | +The latest pre-release packages are pushed by AppVeyor CI to [myget.org](https://www.myget.org/) To install these packages, set the myget.org package source `https://www.myget.org/F/oxyplot` and remember the "-pre" flag. |
| 32 | + |
| 33 | +The stable release packages will be pushed to [nuget.org](https://www.nuget.org/packages?q=oxyplot). 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](https://github.com/oxyplot/oxyplot/milestones/v1.0). |
| 34 | + |
| 35 | +| Package | Targets | Dependencies | |
| 36 | +|-------------------------|------------------------------------|--------------| |
| 37 | +| OxyPlot.Core | .NET Standard 1.0 | | |
| 38 | +| OxyPlot.Core.Drawing | .NET Standard 2.0 | | |
| 39 | +| OxyPlot.Wpf | .NET 4.5.2 | | |
| 40 | +| OxyPlot.WindowsForms | .NET 4.5.2 | | |
| 41 | +| OxyPlot.Windows | Universal Windows 10.0 | | |
| 42 | +| OxyPlot.GtkSharp | .NET 4.5.2 | GTK\# 2 | |
| 43 | +| OxyPlot.GtkSharp3 | .NET 4.5.2 | GTK\# 3 | |
| 44 | +| OxyPlot.Xamarin.Android | MonoAndroid | | |
| 45 | +| OxyPlot.Xamarin.iOS | MonoTouch and iOS10 | | |
| 46 | +| OxyPlot.Xamarin.Mac | Mac20 | | |
| 47 | +| OxyPlot.Xamarin.Forms | MonoTouch, iOS10, MonoAndroid, WP8 | | |
| 48 | +| OxyPlot.Xwt | .NET 4.5.2 | | |
| 49 | +| OxyPlot.SharpDX.Wpf | .NET 4.5.2 | | |
| 50 | +| OxyPlot.Avalonia | .NET 4.5.2 | | |
| 51 | +| OxyPlot.OpenXML | .NET 4.5.2 | | |
| 52 | +| OxyPlot.Pdf | .NET 4.5.2 | PdfSharp | |
| 53 | +| OxyPlot.Contrib | .NET Standard 1.0 | | |
| 54 | +| OxyPlot.ExampleLibrary | .NET Standard 1.0 | | |
57 | 55 |
|
58 | 56 | #### Contribute |
59 | 57 |
|
|
0 commit comments