OxyPlot 2015.1.658-alpha
See the version list below for details.
dotnet add package OxyPlot --version 2015.1.658-alpha
NuGet\Install-Package OxyPlot -Version 2015.1.658-alpha
<PackageReference Include="OxyPlot" Version="2015.1.658-alpha" />
paket add OxyPlot --version 2015.1.658-alpha
#r "nuget: OxyPlot, 2015.1.658-alpha"
// Install OxyPlot as a Cake Addin #addin nuget:?package=OxyPlot&version=2015.1.658-alpha&prerelease // Install OxyPlot as a Cake Tool #tool nuget:?package=OxyPlot&version=2015.1.658-alpha&prerelease
OxyPlot is an open source plotting library for .NET. This package contains the components for WPF, Windows Universal, Silverlight, Windows Forms and Windows Phone Silverlight. The Xamarin components are not included in this package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl5 is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. |
This package has no dependencies.
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)