OxyPlot.Xamarin.Forms 2015.1.689-alpha

This is a prerelease version of OxyPlot.Xamarin.Forms.
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.Xamarin.Forms --version 2015.1.689-alpha
NuGet\Install-Package OxyPlot.Xamarin.Forms -Version 2015.1.689-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.Xamarin.Forms" Version="2015.1.689-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OxyPlot.Xamarin.Forms --version 2015.1.689-alpha
#r "nuget: OxyPlot.Xamarin.Forms, 2015.1.689-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.Xamarin.Forms as a Cake Addin
#addin nuget:?package=OxyPlot.Xamarin.Forms&version=2015.1.689-alpha&prerelease

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

OxyPlot is a plotting library for .NET. This package includes a portable library for Xamarin.Forms apps and platform-specific libraries for iOS, Android and Windows Phone.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on OxyPlot.Xamarin.Forms:

Package Downloads
Fabulous.XamarinForms.OxyPlot

Fabulous extension for OxyPlot

TestWW

Package Description

BeresTools.Xamarin

BeresTools utils for Xamarin

Shimmer.CSharp.BLEAPI

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on OxyPlot.Xamarin.Forms:

Repository Stars
MvvmCross/MvvmCross-Samples
Tutorials and samples for MvvmCross: The .NET MVVM framework for cross-platform solutions.
Serg-Norseman/GEDKeeper
GEDKeeper - program for work with personal genealogical database
Version Downloads Last updated
2.1.0 18,686 1/10/2023
2.0.0 1,409 1/1/2023
2.0.0-beta.2 580 12/20/2022
2.0.0-beta.1 218 12/3/2022
1.1.0-unstable0011 65,737 1/8/2017
1.0.0 286,021 1/7/2017
1.0.0-unstable1983 7,628 2/7/2016

# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
- Support for XWT (#295)
- TwoColorAreaSeries (#299)
- Delta values in AxisChangedEventArgs (#276)
- Enable Git source server (added GitLink build step) (#267,#266)

### Changed
- Renamed OxyPlot.XamarinIOS to OxyPlot.MonoTouch (#327)
- Renamed OxyPlot.XamarinAndroid to OxyPlot.Xamarin.Android (#327)
- Renamed OxyPlot.XamarinForms to OxyPlot.Xamarin.Forms (#327)
- Renamed OxyPlot.XamarinForms.iOS to OxyPlot.Xamarin.Forms.Platform.iOS (#327)
- Renamed OxyPlot.XamarinFormsIOS to OxyPlot.Xamarin.Forms.Platform.iOS.Classic (#327)
- Renamed OxyPlot.XamarinFormsAndroid to OxyPlot.Xamarin.Forms.Platform.Android (#327)
- Renamed OxyPlot.XamarinFormsWinPhone to OxyPlot.Xamarin.Forms.Platform.WP8 (#327)
- Xamarin Forms references updated to 1.3.1 (#293)
- Changed OxyPlot.Xamarin.Android target to Android level 10 (#223)
- Separated WPF Plot and PlotView (#252,#239)

### Removed
- OxyPlot.Metro project (superseded by OxyPlot.WindowsUniversal) (#241)

### Fixed
- Fix exception for default tracker format strings (#265)
- Fix center-aligned legends (#79)
- Fix Markdown links to tag comparison URL with footnote-style links.
- WPF dispatcher issue (#311,#309)
- Custom colors for scatters (#307)
- Rotated axis labels (#303,#301)
- Floating point error on axis labels (#289,#227)
- Performance of CandleStickSeries (#290)
- Tracker text for StairStepSeries (#263)
- XamarinForms/iOS view not updating when model is changed (#262)
- Improved WPF rendering performance (#260,#259)
- Null reference with MVVM binding (#255)
- WPF PngExporter background (#234)
- XamlExporter background (#233)
- .NET 3.5 build (#229)
- Support WinPhone 8.1 in core NuGet package (#161)

## [2014.1.546] - 2014-10-22
### Added
- Support data binding paths ("Point.X") (#210)
- Support for Xamarin.Forms (#204)
- Support for Windows Universal apps (#190)
- Improve TrackerFormatString consistency (#214)
- Support LineColor.BrokenLineColor
- LabelFormatString for ScatterSeries (#12)

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

### Fixed
- 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)

[Unreleased]: https://github.com/oxyplot/oxyplot/compare/v2014.1.546...HEAD
[2014.1.546]: https://github.com/oxyplot/oxyplot/compare/v2014.1.319...v2014.1.546