OxyPlot.Metro 2014.1.559-alpha

This is a prerelease version of OxyPlot.Metro.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OxyPlot.Metro --version 2014.1.559-alpha
NuGet\Install-Package OxyPlot.Metro -Version 2014.1.559-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OxyPlot.Metro" Version="2014.1.559-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OxyPlot.Metro --version 2014.1.559-alpha
#r "nuget: OxyPlot.Metro, 2014.1.559-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OxyPlot.Metro as a Cake Addin
#addin nuget:?package=OxyPlot.Metro&version=2014.1.559-alpha&prerelease

// Install OxyPlot.Metro as a Cake Tool
#tool nuget:?package=OxyPlot.Metro&version=2014.1.559-alpha&prerelease

OxyPlot is an open source plotting library for .NET. This package contains the custom control for Windows 8 Store apps.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

2014.1.*
--------

New features

- Support data binding paths ("Point.X") (#210)
- Support for Xamarin.Forms (#204)
- Support for Windows Universal apps (#190)

Enhancements

- Improve TrackerFormatString consistency (#214)
- Support LineColor.BrokenLineColor
- LabelFormatString for ScatterSeries (#12)

Breaking changes

- Changed tracker format strings arguments (#214)
- Rename OxyPenLineJoin to LineJoin
- Rename LineStyle.Undefined to LineStyle.Automatic

Bugfixes

- Improved text rendering for Android and iOS (#209)
- Custom shape outline for PointAnnotation (#174)
- Synchronize Wpf.Axis.MinimumRange (#205)
- TrackerHitResult bug (#198)
- Position of axis when PositionAtZeroCrossing = true (#189)
- Expose ScatterSeries.ActualPoints (#201)
- Add overridable Axis.FormatValueOverride (#181)
- PngExporter text formatting (#170)