OxyPlot.Mobile
2015.1.736-alpha
See the version list below for details.
dotnet add package OxyPlot.Mobile --version 2015.1.736-alpha
NuGet\Install-Package OxyPlot.Mobile -Version 2015.1.736-alpha
<PackageReference Include="OxyPlot.Mobile" Version="2015.1.736-alpha" />
paket add OxyPlot.Mobile --version 2015.1.736-alpha
#r "nuget: OxyPlot.Mobile, 2015.1.736-alpha"
// Install OxyPlot.Mobile as a Cake Addin #addin nuget:?package=OxyPlot.Mobile&version=2015.1.736-alpha&prerelease // Install OxyPlot.Mobile as a Cake Tool #tool nuget:?package=OxyPlot.Mobile&version=2015.1.736-alpha&prerelease
OxyPlot is a plotting library for .NET. This package contains the components for Windows Universal, Windows Phone Silverlight, Xamarin.Android and Xamarin.iOS
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Xamarin.iOS | xamarinios10 is compatible. |
-
- OxyPlot.Core (= 2015.1.736-alpha)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2015.1.873-alpha | 35 | 5/7/2015 |
2015.1.859-alpha | 35 | 4/24/2015 |
2015.1.855-alpha | 30 | 4/23/2015 |
2015.1.847-alpha | 38 | 4/17/2015 |
2015.1.843-alpha | 53 | 4/16/2015 |
2015.1.840-alpha | 37 | 4/15/2015 |
2015.1.804-alpha | 114 | 3/17/2015 |
2015.1.801-alpha | 39 | 3/16/2015 |
2015.1.799-alpha | 37 | 3/13/2015 |
2015.1.781-alpha | 96 | 2/27/2015 |
2015.1.744-alpha | 554 | 2/15/2015 |
2015.1.738-alpha | 37 | 2/13/2015 |
2015.1.736-alpha2 | 31 | 2/13/2015 |
2015.1.736-alpha | 33 | 2/13/2015 |
2015.1.728-alpha | 34 | 2/12/2015 |
### Added
- Created a new OxyPlot.Mobile NuGet to combine the mobile platforms into a single NuGet. (#362)
- Support for XWT (#295)
- TwoColorAreaSeries (#299)
- Delta values in AxisChangedEventArgs (#276)
- Enable Git source server (added GitLink build step) (#267,#266)
- iOS PlotView ZoomThreshold/AllowPinchPastZero for use with KeepAspectRatioWhenPinching=false (#359)
### Changed
- Changed the OxyPlot.Xamarin.Forms to require the OxyPlot.Mobile dependency instead of each separate NuGet. (#362)
- 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
- Add default ctor for Xamarin.Forms iOS renderer (#348)
- 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)
- iOS pan/zoom stability (#336)