Socket
Book a DemoInstallSign in
Socket

OxyPlot.WP8

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

OxyPlot.WP8

OxyPlot is a plotting library for .NET. This package targets Windows Phone Silverlight apps.

nugetNuGet
Version
1.0.0
Version published
Maintainers
3
Created
Source

OxyPlot is a cross-platform plotting library for .NET

  • Web page
  • Documentation
  • Announcements / atom
  • Discussion forum
  • Source repository
  • Issue tracker
  • NuGet packages
  • Stack Overflow
  • Twitter
  • Gitter (chat)

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

  • Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages)
  • Add a PlotView to your user interface
  • Create a PlotModel in your code
  • 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.

PackageTargets
OxyPlot.CorePortable class library
OxyPlot.WpfWPF (NET40, NET45)
OxyPlot.WindowsFormsWindows Forms (NET40, NET45)
OxyPlot.WindowsWindows 8.1 and Windows Phone 8.1
OxyPlot.WP8Windows Phone Silverlight
OxyPlot.SilverlightSilverlight 5
OxyPlot.GtkSharpGTK# 2 and 3 (NET40, NET45)
OxyPlot.Xamarin.AndroidMonoAndroid
OxyPlot.Xamarin.iOSMonoTouch and iOS10
OxyPlot.Xamarin.MacMac20
OxyPlot.Xamarin.FormsMonoTouch, iOS10, MonoAndroid, WP8
OxyPlot.XwtNET40, NET45
OxyPlot.OpenXMLNET40, NET45
OxyPlot.PdfPdfSharp (NET40, NET45, SL5)

Contribute

See Contributing for information about how to contribute!

Keywords

wp8

FAQs

Package last updated on 11 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts