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