OxyPlot.WP8
2015.1.660-alpha
See the version list below for details.
dotnet add package OxyPlot.WP8 --version 2015.1.660-alpha
NuGet\Install-Package OxyPlot.WP8 -Version 2015.1.660-alpha
<PackageReference Include="OxyPlot.WP8" Version="2015.1.660-alpha" />
paket add OxyPlot.WP8 --version 2015.1.660-alpha
#r "nuget: OxyPlot.WP8, 2015.1.660-alpha"
// Install OxyPlot.WP8 as a Cake Addin #addin nuget:?package=OxyPlot.WP8&version=2015.1.660-alpha&prerelease // Install OxyPlot.WP8 as a Cake Tool #tool nuget:?package=OxyPlot.WP8&version=2015.1.660-alpha&prerelease
OxyPlot is an open source plotting library for .NET. This package contains the custom control for Windows Phone Silverlight apps.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Windows Phone | wp8 is compatible. wp81 was computed. |
-
- OxyPlot.Core (= 2015.1.660-alpha)
GitHub repositories
This package is not used by any popular GitHub repositories.
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)