OxyPlot.WindowsUniversal
2015.1.721-alpha
See the version list below for details.
dotnet add package OxyPlot.WindowsUniversal --version 2015.1.721-alpha
NuGet\Install-Package OxyPlot.WindowsUniversal -Version 2015.1.721-alpha
<PackageReference Include="OxyPlot.WindowsUniversal" Version="2015.1.721-alpha" />
<PackageVersion Include="OxyPlot.WindowsUniversal" Version="2015.1.721-alpha" />
<PackageReference Include="OxyPlot.WindowsUniversal" />
paket add OxyPlot.WindowsUniversal --version 2015.1.721-alpha
#r "nuget: OxyPlot.WindowsUniversal, 2015.1.721-alpha"
#:package OxyPlot.WindowsUniversal@2015.1.721-alpha
#addin nuget:?package=OxyPlot.WindowsUniversal&version=2015.1.721-alpha&prerelease
#tool nuget:?package=OxyPlot.WindowsUniversal&version=2015.1.721-alpha&prerelease
OxyPlot is a plotting library for .NET. This package targets Windows 8.1 and Windows Phone 8.1 apps.
Learn more about Target Frameworks and .NET Standard.
-
- OxyPlot.Core (= 2015.1.721-alpha)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2015.1.873-alpha | 61 | 5/7/2015 |
| 2015.1.871-alpha | 68 | 4/30/2015 |
| 2015.1.864-alpha | 62 | 4/25/2015 |
| 2015.1.862-alpha | 60 | 4/25/2015 |
| 2015.1.859-alpha | 63 | 4/23/2015 |
| 2015.1.855-alpha | 62 | 4/23/2015 |
| 2015.1.854-alpha | 45 | 4/23/2015 |
| 2015.1.853-alpha | 63 | 4/23/2015 |
| 2015.1.851-alpha | 68 | 4/22/2015 |
| 2015.1.847-alpha | 66 | 4/16/2015 |
| 2015.1.843-alpha | 72 | 4/15/2015 |
| 2015.1.842-alpha | 58 | 4/15/2015 |
| 2015.1.841-alpha | 70 | 4/15/2015 |
| 2015.1.840-alpha | 71 | 4/13/2015 |
| 2015.1.836-alpha | 67 | 4/11/2015 |
| 2015.1.834-alpha | 63 | 4/11/2015 |
| 2015.1.829-alpha | 57 | 4/10/2015 |
| 2015.1.826-alpha | 68 | 4/8/2015 |
| 2015.1.721-alpha | 72 | 2/5/2015 |
| 2014.1.546 | 490 | 10/22/2014 |
# 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
- Deleted PlotModel.ToSvg. Use the SvgExporter instead. (#347)
- Deleted constructors with parameters. Use default constructors instead. (#347)
- Deleted Axis.ShowMinorTicks. Use MinorTickSize = 0 instead. (#347)
- 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
- Windows Phone cursor exception (#345)
- Bar/ColumSeries tracker format string bug (#333)
- 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)
- Draw legend line with custom pattern (#356)
## [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