Skip to content

v2.1.2

Latest
Compare
Choose a tag to compare
@VisualMelon VisualMelon released this 03 Dec 11:04

OxyPlot 2.1.2

Small release, with the main purpose of making important bug-fixes available for the WPF provision, and removing a dependency on an insecure version of System.Drawing.Common

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)

Full changelog from 2.1.0: v2.1.0...v2.1.2

Note: there is no version 2.1.1