OxyPlot 2015.1.811-alpha
See the version list below for details.
dotnet add package OxyPlot --version 2015.1.811-alpha
NuGet\Install-Package OxyPlot -Version 2015.1.811-alpha
<PackageReference Include="OxyPlot" Version="2015.1.811-alpha" />
paket add OxyPlot --version 2015.1.811-alpha
#r "nuget: OxyPlot, 2015.1.811-alpha"
// Install OxyPlot as a Cake Addin #addin nuget:?package=OxyPlot&version=2015.1.811-alpha&prerelease // Install OxyPlot as a Cake Tool #tool nuget:?package=OxyPlot&version=2015.1.811-alpha&prerelease
OxyPlot is a 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.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- OxyPlot.WindowsForms (= 0.0.0)
- OxyPlot.Wpf (= 0.0.0)
-
.NETFramework 4.5
- OxyPlot.WindowsForms (= 0.0.0)
- OxyPlot.Wpf (= 0.0.0)
-
All Frameworks
- OxyPlot.Core (= 2015.1.811-alpha)
-
Portable Class Library (Windows 8.0, WindowsPhoneApp 8.1)
- OxyPlot.WindowsUniversal (= 0.0.0)
-
Silverlight 5.0
- OxyPlot.Silverlight (= 0.0.0)
-
WindowsPhone 8.0
- OxyPlot.WP8 (= 0.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
### Added
- Created a new OxyPlot.Mobile NuGet package to combine the mobile platforms into a single package. (#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)
- CandleStickAndVolumeSeries and VolumeSeries (#377)
- Axis.DesiredSize property (#383)
### Changed
- Changed the OxyPlot.Xamarin.Forms to require the OxyPlot.Mobile dependency instead of each separate NuGet. (#362)
- 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)
- Current CandleStickSeries renamed to OldCandleStickSeries, replaced by a faster implementation (#369)
- Fixed axis min/max calc and axis assignment for CandleStick + VolumeSeries (#389)
- Invalidate plot when ItemsSource contents change (INotifyCollectionChanged) on WPF only (#406)
### Removed
- OxyPlot.Metro project (superseded by OxyPlot.WindowsUniversal) (#241)
- PlotModel.ToSvg method. Use the SvgExporter instead. (#347)
- Constructors with parameters. Use default constructors instead. (#347)
- Axis.ShowMinorTicks property. Use MinorTickSize = 0 instead. (#347)
### Fixed
- CategoryAxis should use StringFormat (#415)
- Fixed the dependency of OxyPlot.Xamarin.Forms NuGet (#370)
- 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)