OxyPlot Changelog

What's new in OxyPlot 2.1.2

Dec 3, 2022
  • Added:
  • Add LineThickness property to TrackerControl (#1831)
  • Add properties for MinimumSegmentLength to series and annotations (#1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#1853)
  • Add AxisPreference to PlotManipulator
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#1446)
  • Changed:
  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point
  • Update version of System.Drawing.Common
  • Fixed:
  • WPF - OxyPlot doesn't render inside a Popup (#1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#1798)
  • WPF DPI Regression (#1799)
  • Code generation for escape sequences in strings (#1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#1863)
  • Histogram now rendering properly when using logarithmic Y axis (#740)
  • Fix ExampleLibrary build errors in certain code pages (#1890)

New in OxyPlot 2013.1.32.1 (Feb 25, 2013)

  • Changed the OxyPlot core to a Portable Class Library (PCL). The same assembly can be used on WPF, Windows Forms, Windows Store apps and Silverlight
  • Added HeatMapSeries
  • Added support for images
  • The example browser for Windows 8 is certified in the Windows store
  • Changed to MIT license (GPL compatible)
  • Added Metro NuGet package
  • Build server moved to a virtual machine (Windows 8, VS 2012)
  • Metro example applications
  • Mono for Android implementation,
  • New BoxPlotSeries
  • MonoTouch implementation, submitted by dvkwong
  • Changed to Mercurial
  • The project is built at CodeBetter
  • Continuous integration with TeamCity. Runs NUnit, dotCover, DuplicatesFinder and has automatic push of Nuget packages
  • NuGet packages: Wpf / Silverlight
  • Example Browser (available for both WPF, Silverlight and WinForms. All sharing the same examples)