{"id":3364201,"name":"oxyplot.silverlight","ecosystem":"nuget","description":"OxyPlot is a plotting library for .NET. This package targets Silverlight 5 applications.","homepage":"http://oxyplot.org/","licenses":null,"normalized_licenses":[],"repository_url":"","keywords_array":["silverlight","plotting","plot","charting","chart"],"namespace":null,"versions_count":638,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2016-09-11T20:37:42.453Z","latest_release_number":"1.0.0","last_synced_at":"2026-03-20T21:43:39.451Z","created_at":"2022-04-10T17:48:31.338Z","updated_at":"2026-03-20T21:43:39.452Z","registry_url":"https://www.nuget.org/packages/oxyplot.silverlight/","install_command":"Install-Package oxyplot.silverlight","documentation_url":null,"metadata":{"owners":"Oystein Bjorke","license_url":"https://raw.githubusercontent.com/oxyplot/oxyplot/master/LICENSE","require_license_acceptance":false,"icon_url":"http://resources.oxyplot.org/icons/oxyplot_128.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"release_notes":"### Added\n- Created a new OxyPlot.Mobile NuGet package to combine the mobile platforms into a single package. (#362)\n- Support for XWT (#295)\n- TwoColorAreaSeries (#299)\n- Delta values in AxisChangedEventArgs (#276)\n- Enable Git source server (added GitLink build step) (#267,#266)\n- iOS PlotView ZoomThreshold/AllowPinchPastZero for use with KeepAspectRatioWhenPinching=false (#359)\n- CandleStickAndVolumeSeries and VolumeSeries (#377)\n- Axis.DesiredSize property (#383)\n- Added WPF Wrapper for BoxPlot (#434)\n- Added capability to display mean value to BoxPlot (#440)\n- Added LinearBarSeries for WPF (#506)\n- Added TitleToolTip to PlotModel (#508)\n- Expose PlotElement's TextColor property on WPF.Axes.Axis (#452)\n- ThreeColorLineSeries (#378)\n\n### Changed\n- Renamed OxyPlot.WindowsUniversal to OxyPlot.Windows (#242)\n- Changed OxyPlot.Xamarin.Forms to require OxyPlot.Mobile dependency instead of each separate NuGet. (#362)\n- Renamed OxyPlot.XamarinIOS to OxyPlot.MonoTouch (#327)\n- Renamed OxyPlot.XamarinAndroid to OxyPlot.Xamarin.Android (#327)\n- Renamed OxyPlot.XamarinForms to OxyPlot.Xamarin.Forms (#327)\n- Renamed OxyPlot.XamarinForms.iOS to OxyPlot.Xamarin.Forms.Platform.iOS (#327)\n- Renamed OxyPlot.XamarinFormsIOS to OxyPlot.Xamarin.Forms.Platform.iOS.Classic (#327)\n- Renamed OxyPlot.XamarinFormsAndroid to OxyPlot.Xamarin.Forms.Platform.Android (#327)\n- Renamed OxyPlot.XamarinFormsWinPhone to OxyPlot.Xamarin.Forms.Platform.WP8 (#327)\n- Changed OxyPlot.Xamarin.Android target to Android level 10 (#223)\n- Separated WPF Plot and PlotView (#252,#239)\n- Current CandleStickSeries renamed to OldCandleStickSeries, replaced by a faster implementation (#369)\n- Fixed axis min/max calc and axis assignment for CandleStick + VolumeSeries (#389)\n- Invalidate plot when ItemsSource contents change (INotifyCollectionChanged) on WPF only (#406)\n- Xamarin.Forms references updated to 1.4.2 (#293,#439)\n- Change OxyPlot.Xamarin.Forms.Platform.Android target to Android level 15 (#439)\n- Changed OxyPlot.Xamarin.Forms to portable Profile259 (#439)\n- PlotController should not intercept input per default (#446)\n- Changed DefaultTrackerFormatString for BoxPlotSeries (to include Mean) (#440)\n- Changed Constructor of BoxPlotItem (to include Mean) (#440)\n- Changed Axis, Annotation and Series Render() method (removed model parameter)\n- Changed PCL project to profile 259, SL5 is separate now (#115)\n- Extracted CreateReport() and CreateTextReport() from PlotModel (#517)\n- Renamed GetLastUpdateException to GetLastPlotException and added the ability to see render exceptions(#543)\n- Move TileMapAnnotation class to example library (#567)\n\n### Removed\n- StyleCop tasks (#556)\n- OxyPlot.Metro project (superseded by OxyPlot.WindowsUniversal) (#241)\n- PlotModel.ToSvg method. Use the SvgExporter instead. (#347)\n- Constructors with parameters. Use default constructors instead. (#347)\n- Axis.ShowMinorTicks property. Use MinorTickSize = 0 instead. (#347)\n- ManipulatorBase.GetCursorType method (#447)\n- Model.GetElements() method\n- Remove SL4 support (#115)\n- Remove NET35 support (#115)\n- PlotElement.Format method. Use StringHelper.Format instead.\n\n### Fixed\n- HeatMapSeries.GetValue returns NaN instead of calculating a wrong value in proximity to NaN (#256)\n- Tracker position is wrong when PlotView is offset from origin (#455)\n- CategoryAxis should use StringFormat (#415)\n- Fixed the dependency of OxyPlot.Xamarin.Forms NuGet (#370)\n- Add default ctor for Xamarin.Forms iOS renderer (#348)\n- Windows Phone cursor exception (#345)\n- Bar/ColumSeries tracker format string bug (#333)\n- Fix exception for default tracker format strings (#265)\n- Fix center-aligned legends (#79)\n- Fix Markdown links to tag comparison URL with footnote-style links.\n- WPF dispatcher issue (#311,#309)\n- Custom colors for scatters (#307)\n- Rotated axis labels (#303,#301)\n- Floating point error on axis labels (#289,#227)\n- Performance of CandleStickSeries (#290)\n- Tracker text for StairStepSeries (#263)\n- XamarinForms/iOS view not updating when model is changed (#262)\n- Improved WPF rendering performance (#260,#259)\n- Null reference with MVVM binding (#255)\n- WPF PngExporter background (#234)\n- XamlExporter background (#233)\n- .NET 3.5 build (#229)\n- Support WinPhone 8.1 in core NuGet package (#161)\n- Draw legend line with custom pattern (#356)\n- iOS pan/zoom stability (#336)\n- Xamarin.Forms iOS PlotViewRenderer crash (#458) \n- Inaccurate tracker when using LogarithmicAxis (#443)\n- Fix reset of transforms in WinForms render context (#489)\n- Fix StringFormat for TimeSpanAxis not recognizing f, ff, fff, etc (#330)\n- Fix  LineSeries SMOOTH=True will crash WinForms on right click (#499)\n- Fix PlotView leak on iOS (#503)\n- This PlotModel is already in use by some other PlotView control (#497)\n- LegendTextColor not synchronized between wpf.Plot and InternalModel (#548)\n- Legend in CandleStickSeries does not scale correctly (#554)\n- Fix CodeGenerator exception for types without parameterless ctor (#573)\n- Migrate automatic package restore (#557)\n- Fix rendering of rotated 'math' text (#569, #448)\n- Export demo (WPF) (#568)\n- Fixing a double comparison issue causing infinite loop (#587)"},"repo_metadata":{},"repo_metadata_updated_at":"2026-03-20T21:43:23.089Z","dependent_packages_count":1,"downloads":1370017,"downloads_period":"total","dependent_repos_count":4,"rankings":{"downloads":1.0401794154654567,"dependent_repos_count":3.602240887227041,"dependent_packages_count":10.932210158451767,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.191543487048088},"purl":"pkg:nuget/oxyplot.silverlight","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/oxyplot.silverlight","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/oxyplot.silverlight","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/oxyplot.silverlight/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/oxyplot.silverlight/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/oxyplot.silverlight/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/oxyplot.silverlight/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/oxyplot.silverlight/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/oxyplot.silverlight/codemeta","maintainers":[{"uuid":"objo","login":"objo","name":null,"email":null,"url":null,"packages_count":33,"html_url":"https://www.nuget.org/profiles/objo","role":null,"created_at":"2022-11-11T10:09:45.708Z","updated_at":"2022-11-11T10:09:45.708Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/objo/packages"},{"uuid":"VisualMelon","login":"VisualMelon","name":null,"email":null,"url":null,"packages_count":24,"html_url":"https://www.nuget.org/profiles/VisualMelon","role":null,"created_at":"2022-11-11T10:09:45.739Z","updated_at":"2022-11-11T10:09:45.739Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/VisualMelon/packages"}]}