All Versions
6
Latest Version
Avg Release Cycle
616 days
Latest Release
1074 days ago
Changelog History
Changelog History
-
v2.1.0 Changes
October 02, 2021โ Added
- Made Legend Items clickable to toggle series visibility (#644)
- โ Added properties LegendKey and SeriesGroupName to Series, allowing grouping series between multiple legends and/or within same legend (#644)
- OxyPlot.ImageSharp (#1188)
- ๐ป WPF ExampleBrowser can display transposed versions of examples (#1402)
- ๐ Support for transposable Annotations (#1417)
- ๐ Support for NET40 (#1452)
- ๐ Support for high DPI for WPF (#149)
- EdgeRenderingMode property to PlotElement, allowing customization of the way edges are treated by the renderer (#1428, #1358, #1077, #843, #145)
- Color palettes Viridis, Plasma, Magma, Inferno and Cividis (#1505)
- Renderer based on SkiaSharp, including exporters for PNG, JPEG, PDF and SVG (#1509)
- Example for Issue #1524: HitTracker IndexOutOfRangeException with HeatMapSeries
- ๐ Text shaping support to SkiaRenderContext (#1520)
- PlotView based on SkiaRenderContext (OxyPlot.SkiaSharp.Wpf) (#1515)
- ๐ DrawImage support to OxyPlot.ImageSharp (#1530)
- ๐ Dpi support to OxyPlot.ImageSharp (#1530)
- ๐ Dash support to OxyPlot.ImageSharp
- ๐ Clipping support to OxyPlot.ImageSharp
- JpegExporter for OxyPlot.ImageSharp
- Multi-line aligned text rendering example
- ๐ WindowsForms ExampleBrowser can display transposed versions of examples (#1535)
- Example for Issue #1545 showing the use of different line endings
- ๐ Support for unix line endings in OxyPlot.ImageSharp, OxyPlot.Svg, and OxyPlot.Pdf (#1545)
- ๐ Multi-Line Text support to SkiaRenderContext (#1538)
- โ Added title clipping to PlotModel (#1510)
- โ Added LabelStep and LabelSpacing to contour series (#1511)
- Example for Issue #1481 showing text rendering with emoji
- Native Clipping for OxyPlot.SvgRenderContext (#1564)
- Examples of full plot area polar plots with non-zero minimums (#1586)
- Read-Only collection interfaces for .NET 4.0 (#1600)
- โ Add PlotModel.AssignColorsToInvisibleSeries property to control whether invisible series are included or skipped when assigning automatic colors (#1599)
- Overlapping bar series (#1265)
AxisPosition.All
for axes which need a margin on all sides of the plot area (#1574)- IRenderContext.ClipCount property (#1593)
- โ Additional parameters for HistogramSeries LabelFormatString
- Absolute screen-space axis margins (#1569)
- netstandard2.0 TargetFramework (#1668)
- โ Add a PlotView.TextMeasurementMethod property to allow using the much faster GlyphTypeface based measurement at runtime (#1673)
- OxyPlot.Wpf.XamlRenderContext - this doesn't use StreamGeometry and can be used for rendering to XAML (#1673)
- SkiaRenderContext.MiterLimit property (#1690)
- Example for Issue #1685 showing spurious lines in the ContourSeries
- Example for Issue #1716 showing poor tick spacing on DateTimeAxis with interval types of Weeks or Years
- Example for label placement on BarSeries with non-zero BaseValue (#1726)
- ๐ ExtrapolationLineSeries as described in #1740 to allow to display pre-defined intervals of a line series with a different style than the rest.
- โ Added DataRange, unit tests and examples as support for ExtrapolationLineSeries.
- โ Add control over how far from the series the tracker fires (#1736)
- โ Add option to check distance for result between data points (#1736)
- Legend.AllowUseFullExtent property to control whether legends should be able to use the full extent of the plot (#1743)
- Legend.ShowInvisibleSeries property to control whether invisible series should be shown on the legend (#1730)
- ๐ OxyPlot.SkiaSharp.Wpf PlotView support for simple render transforms (#1785)
๐ Changed
- Legends model (#644)
- 0๏ธโฃ Default behaviour is now plot without Legend (#644)
- ๐ Moved WPF Plot component to Oxyplot.Contrib.Wpf (#1399)
- ErrorColumnSeries changed to ErrorBarSeries, also works in transposed mode (#1402)
- ๐ Moved reporting functionality to separate projects (#1403)
- ๐ Moved reporting functionality to oxyplot-reporting repository (#1403)
- ๐ Change IPlotModel.Render to take an OxyRect (#1425)
- ๐ Merge UIElement and SelectableElement into Element (#1426)
- โฌ๏ธ Upgrade to .NET Core 3.1 (#1488)
- DrawRectangle(...), DrawLine(...), DrawEllipse(...), DrawPolygon(...) and related overloads in IRenderContext and related extensions in RenderingExtensions now require an EdgeRenderingMode
- 0๏ธโฃ Default color palette for LinearColorAxis from Jet to Viridis (#1505)
- Extract most of the functionality from OxyPlot.Wpf into OxyPlot.Wpf.Shared to allow code sharing with other WPF PlotViews (#1515)
- ๐ป WPF ExampleBrowser can switch between Canvas and SkiaSharp renderers (#1515)
- OxyPlot.ImageSharp now targets .NET Standard 1.3 (#1530)
- SkiaRenderContext does not apply pixel snapping when rendering to vector graphic (#1539)
- Mark OxyPlot.PdfExporter and OxyPlot.Pdf.PdfExporter as obsolete (#1527)
- Replace Axis.DesiredSize by Axis.DesiredMargin, change signature of Axis.Measure(...) (#453)
- Axis renderers now render all ticks they are provided (#1580)
- ๐ Auto margins don't reserve space for axis labels if axis range is fixed (#1577)
- CategoryAxis should not contain rendering information about BarSeries (#741)
- CategorizedSeries changed to BarSeriesBase (#741)
- โก๏ธ System.Drawing.Common references updated to 4.7.0 (#1608)
- ๐ง Invisible series are assigned automatic colors by default, configurable with PlotModel.AssignColorsToInvisibleSeries property that defaults to true (#1599)
- StemSeries, AreaSeries, TwoColorAreaSeries, and StairStepSeries use
ActualMarkerColor
(#1630) - Axes with
AxisPosition.None
make no contribution to margins (#1574) - 0๏ธโฃ
AngleAxis
has positionAxisPosition.All
by default (#1574) - Clipping API changed from SetClip(...) and ResetClip() to PushClip(...) and PopClip() (#1593)
- โ Remove TileMapAnnotation examples from automated testing (#1667)
- โก๏ธ Optimize clipping calls (#1661)
- Mark CandleStickAndVolumeSeries as obsolete (#1661)
- Implement StreamGeometry-based implementations of DrawEllipses, DrawLine, DrawLineSegments and DrawRectangle(s) which improves the rendering speed on WPF (#1673)
- ๐ Change algorithm of ContourSeries.JoinContourSegments(). This should improve performance in most cases, but will cause labels to appear in different spots than before (#1685)
- โก๏ธ Updated Series.cd with ExtrapolationLineSeries and removed classes that do not exist anymore
โ Removed
- โ Remove PlotModel.Legends (#644)
- ColumnSeries - functionality is replaced by transposed BarSeries (#1402)
- Copy to text report Ctrl+Alt+R (#1403)
- โ Remove exporter Background properties (#1409)
- โ Remove OxyThickness Width and Height properties (#1429)
- RenderingExtensions.DrawRectangleAsPolygon(...) extension methods. IRenderContext.DrawRectangle(...) with an appropriate EdgeRenderingMode can be used instead.
- SkiaSharp.PdfExporter.Dpi property (#1591)
- โก๏ธ Axis.UpdateFromSeries(...) and Series.UpdateValidData() (#741)
- ๐ Support for IRenderContext implementations without native clipping (#1593)
- CohenSutherlandClipping and SutherlandHodgmanClipping (#1593)
- DrawClippedXxx(...) extensions in RenderingExtensions (#1661)
- PathAnnotation.ClipText property - text is now always clipped (#1661)
- CanvasRenderContext.UseStreamGeometry property - this functionality is replaced by the new XamlRenderContext (#1673)
๐ Fixed
- 0๏ธโฃ Legend font size is not affected by DefaultFontSize (#1396)
- ErrorBarSeries, IntervalBarSeries and TornadoBarSeries work correctly in transposed mode (#1402)
- ๐ป Exception when rendering polygon with no points (#1410)
- ๐ป Custom tracker strings can cause exception in histogram chart (#1455)
- ๐ OxyPlot.WindowsForms package description (#1457)
- NullReference in VolumeSeries if no data in Items list (#1491)
- โ Possible out-of-bounds exception in HeatMapSeries HitTest (#1524)
- WPF CanvasRenderContext draws ellipses too small by half stroke thickness (#1537)
- Text measurement and rendering in OxyPlot.ImageSharp
- ExampleLibrary reporting annotation-only PlotModels as transposable (#1544)
- Auto plot margin not taking width of labels into account (#453)
- WPF PlotView still focusable when Focusable is false (#1440)
- Disposing a SkiaRenderContext can mess up fonts from another SkiaRenderContext instance (#1573)
- ๐ Display of ampersands in OxyPlot.WindowsForms Tracker (#1585)
- Full Plotarea Polar plot rendering with non-zero minimum values (#1586)
- 0๏ธโฃ Auto margins are set incorrectly if Axis.TitleFontSize is set to non-default value (related to #1577)
- Incomplete rendering of AreaSeries in some situations (#1512)
- ColumnSeries / BarSeries not working with more than one value-axis (#729)
- OxyPlot.SkiaSharp.SvgExporter plot background color (#1619)
- MinimumPadding incorrect when MaximumPadding is non-zero (#1625)
- Don't clip zerocrossing axis lines within plot bounds (#1441)
- Incorrect margins when using Color Axes with AxisPosition.None (#1574)
- OpenStreetMap example (#1642)
- Incorrect clipping in TwoColorAreaSeries (#1678)
- ScreenMin and ScreenMax on Horizontal and Vertical Axes depends on plot bounds (#1652)
- ๐ Windows Forms clipping last line of measured text (#1659)
- Inconsistent Zooming behaviour (#1648)
- ContourSeries produce fake connections (#1685)
- Zero-crossing axis bounds (#1708)
- Incorrect label placement on BarSeries with non-zero BaseValue (#1726)
- LineAnnotation Text Placement on Reversed Axes (#1741)
- Image opacity in WinForms and Core Drawing (#1766)
- ๐ Fix specified Visual is not an ancestor of this Visual issue in WPF rendering (#1787)
-
v2.1.0-Preview1 Changes
October 18, 2020โ Added
- Made Legend Items clickable to toggle series visibility (#644)
- โ Added properties LegendKey and SeriesGroupName to Series, allowing grouping series between multiple legends and/or within same legend (#644)
- OxyPlot.ImageSharp (#1188)
- ๐ป WPF ExampleBrowser can display transposed versions of examples (#1402)
- ๐ Support for transposable Annotations (#1417)
- ๐ Support for NET40 (#1452)
- ๐ Support for high DPI for WPF (#149)
- EdgeRenderingMode property to PlotElement, allowing customization of the way edges are treated by the renderer (#1428, #1358, #1077, #843, #145)
- Color palettes Viridis, Plasma, Magma, Inferno and Cividis (#1505)
- Renderer based on SkiaSharp, including exporters for PNG, JPEG, PDF and SVG (#1509)
- Example for Issue #1524: HitTracker IndexOutOfRangeException with HeatMapSeries
- ๐ Text shaping support to SkiaRenderContext (#1520)
- PlotView based on SkiaRenderContext (OxyPlot.SkiaSharp.Wpf) (#1515)
- ๐ DrawImage support to OxyPlot.ImageSharp (#1530)
- ๐ Dpi support to OxyPlot.ImageSharp (#1530)
- ๐ Dash support to OxyPlot.ImageSharp
- ๐ Clipping support to OxyPlot.ImageSharp
- JpegExporter for OxyPlot.ImageSharp
- Multi-line aligned text rendering example
- ๐ WindowsForms ExampleBrowser can display transposed versions of examples (#1535)
- Example for Issue #1545 showing the use of different line endings
- ๐ Support for unix line endings in OxyPlot.ImageSharp, OxyPlot.Svg, and OxyPlot.Pdf (#1545)
- ๐ Multi-Line Text support to SkiaRenderContext (#1538)
- โ Added title clipping to PlotModel (#1510)
- โ Added LabelStep and LabelSpacing to contour series (#1511)
- Example for Issue #1481 showing text rendering with emoji
- Native Clipping for OxyPlot.SvgRenderContext (#1564)
- Examples of full plot area polar plots with non-zero minimums (#1586)
- Read-Only collection interfaces for .NET 4.0 (#1600)
- โ Add PlotModel.AssignColorsToInvisibleSeries property to control whether invisible series are included or skipped when assigning automatic colors (#1599)
- Overlapping bar series (#1265)
AxisPosition.All
for axes which need a margin on all sides of the plot area (#1574)- IRenderContext.ClipCount property (#1593)
- โ Additional parameters for HistogramSeries LabelFormatString
- Absolute screen-space axis margins (#1569)
- netstandard2.0 TargetFramework (#1668)
- โ Add a PlotView.TextMeasurementMethod property to allow using the much faster GlyphTypeface based measurement at runtime (#1673)
- OxyPlot.Wpf.XamlRenderContext - this doesn't use StreamGeometry and can be used for rendering to XAML (#1673)
- SkiaRenderContext.MiterLimit property (#1690)
- Example for Issue #1685 showing spurious lines in the ContourSeries
๐ Changed
- Legends model (#644)
- 0๏ธโฃ Default behaviour is now plot without Legend (#644)
- ๐ Moved WPF Plot component to Oxyplot.Contrib.Wpf (#1399)
- ErrorColumnSeries changed to ErrorBarSeries, also works in transposed mode (#1402)
- ๐ Moved reporting functionality to separate projects (#1403)
- ๐ Moved reporting functionality to oxyplot-reporting repository (#1403)
- ๐ Change IPlotModel.Render to take an OxyRect (#1425)
- ๐ Merge UIElement and SelectableElement into Element (#1426)
- โฌ๏ธ Upgrade to .NET Core 3.1 (#1488)
- DrawRectangle(...), DrawLine(...), DrawEllipse(...), DrawPolygon(...) and related overloads in IRenderContext and related extensions in RenderingExtensions now require an EdgeRenderingMode
- 0๏ธโฃ Default color palette for LinearColorAxis from Jet to Viridis (#1505)
- Extract most of the functionality from OxyPlot.Wpf into OxyPlot.Wpf.Shared to allow code sharing with other WPF PlotViews (#1515)
- ๐ป WPF ExampleBrowser can switch between Canvas and SkiaSharp renderers (#1515)
- OxyPlot.ImageSharp now targets .NET Standard 1.3 (#1530)
- SkiaRenderContext does not apply pixel snapping when rendering to vector graphic (#1539)
- Mark OxyPlot.PdfExporter and OxyPlot.Pdf.PdfExporter as obsolete (#1527)
- Replace Axis.DesiredSize by Axis.DesiredMargin, change signature of Axis.Measure(...) (#453)
- Axis renderers now render all ticks they are provided (#1580)
- ๐ Auto margins don't reserve space for axis labels if axis range is fixed (#1577)
- CategoryAxis should not contain rendering information about BarSeries (#741)
- CategorizedSeries changed to BarSeriesBase (#741)
- โก๏ธ System.Drawing.Common references updated to 4.7.0 (#1608)
- ๐ง Invisible series are assigned automatic colors by default, configurable with PlotModel.AssignColorsToInvisibleSeries property that defaults to true (#1599)
- StemSeries, AreaSeries, TwoColorAreaSeries, and StairStepSeries use
ActualMarkerColor
(#1630) - Axes with
AxisPosition.None
make no contribution to margins (#1574) - 0๏ธโฃ
AngleAxis
has positionAxisPosition.All
by default (#1574) - Clipping API changed from SetClip(...) and ResetClip() to PushClip(...) and PopClip() (#1593)
- โ Remove TileMapAnnotation examples from automated testing (#1667)
- โก๏ธ Optimize clipping calls (#1661)
- Mark CandleStickAndVolumeSeries as obsolete (#1661)
- Implement StreamGeometry-based implementations of DrawEllipses, DrawLine, DrawLineSegments and DrawRectangle(s) which improves the rendering speed on WPF (#1673)
- ๐ Change algorithm of ContourSeries.JoinContourSegments(). This should improve performance in most cases, but will cause labels to appear in different spots than before (#1685)
โ Removed
- โ Remove PlotModel.Legends (#644)
- ColumnSeries - functionality is replaced by transposed BarSeries (#1402)
- Copy to text report Ctrl+Alt+R (#1403)
- โ Remove exporter Background properties (#1409)
- โ Remove OxyThickness Width and Height properties (#1429)
- RenderingExtensions.DrawRectangleAsPolygon(...) extension methods. IRenderContext.DrawRectangle(...) with an appropriate EdgeRenderingMode can be used instead.
- SkiaSharp.PdfExporter.Dpi property (#1591)
- โก๏ธ Axis.UpdateFromSeries(...) and Series.UpdateValidData() (#741)
- ๐ Support for IRenderContext implementations without native clipping (#1593)
- CohenSutherlandClipping and SutherlandHodgmanClipping (#1593)
- DrawClippedXxx(...) extensions in RenderingExtensions (#1661)
- PathAnnotation.ClipText property - text is now always clipped (#1661)
- CanvasRenderContext.UseStreamGeometry property - this functionality is replaced by the new XamlRenderContext (#1673)
๐ Fixed
- 0๏ธโฃ Legend font size is not affected by DefaultFontSize (#1396)
- ErrorBarSeries, IntervalBarSeries and TornadoBarSeries work correctly in transposed mode (#1402)
- ๐ป Exception when rendering polygon with no points (#1410)
- ๐ป Custom tracker strings can cause exception in histogram chart (#1455)
- ๐ OxyPlot.WindowsForms package description (#1457)
- NullReference in VolumeSeries if no data in Items list (#1491)
- โ Possible out-of-bounds exception in HeatMapSeries HitTest (#1524)
- WPF CanvasRenderContext draws ellipses too small by half stroke thickness (#1537)
- Text measurement and rendering in OxyPlot.ImageSharp
- ExampleLibrary reporting annotation-only PlotModels as transposable (#1544)
- Auto plot margin not taking width of labels into account (#453)
- WPF PlotView still focusable when Focusable is false (#1440)
- Disposing a SkiaRenderContext can mess up fonts from another SkiaRenderContext instance (#1573)
- ๐ Display of ampersands in OxyPlot.WindowsForms Tracker (#1585)
- Full Plotarea Polar plot rendering with non-zero minimum values (#1586)
- 0๏ธโฃ Auto margins are set incorrectly if Axis.TitleFontSize is set to non-default value (related to #1577)
- Incomplete rendering of AreaSeries in some situations (#1512)
- ColumnSeries / BarSeries not working with more than one value-axis (#729)
- OxyPlot.SkiaSharp.SvgExporter plot background color (#1619)
- MinimumPadding incorrect when MaximumPadding is non-zero (#1625)
- Don't clip zerocrossing axis lines within plot bounds (#1441)
- Incorrect margins when using Color Axes with AxisPosition.None (#1574)
- OpenStreetMap example (#1642)
- Incorrect clipping in TwoColorAreaSeries (#1678)
- ScreenMin and ScreenMax on Horizontal and Vertical Axes depends on plot bounds (#1652)
- ๐ Windows Forms clipping last line of measured text (#1659)
- Inconsistent Zooming behaviour (#1648)
- ContourSeries produce fake connections (#1685)
-
v2.0.0 Changes
October 19, 2019โ Added
- ๐ WindowsForms and Wpf support .NET Core 3.0 (#1331)
- PngExporter based on System.Common.Drawing (.NET Core) (#1263)
- ๐ New polar plot axes filling the full plot area (#1056)
- ๐ Support for three colors in histogram series (#1305)
- ๐ Command to copy plot to the clipboard in Windows Forms (Ctrl-C) (#1297)
- ๐ New
InterpolationAlgorithm
property in LineSeries and PolylineAnnotation (#494) - Catmull-Rom spline interpolation algorithms (#494)
- FontSize, FontWeight and FontFamily on Wpf.TextAnnotation (#1023)
- RectangleSeries (#1060)
- InvalidNumberColor on Wpf.LinearColorAxis (#1087)
- ContinuousHistogramSeries (#1145)
- ๐ Multiline text support for PortableDocumentFont (#1146)
- โช Workaround for text vertical alignment in SVG Export to accomodate viewers which don't support dominant-baseline (#459, #1198)
- ๐ Support for transposed (X and Y axis switched) plots with XYAxisSeries (#1334)
- Color property on HistogramItem (#1347)
- Count property on HistogramSeries (#1347)
- ๐ Bug in HistogramHelpers.Collect when using out-of-order bin breaks (#1476)
๐ Changed
- OxyPlot.Core changed to target netstandard 1.0 and net45 (#946, #1147)
- OxyPlot.ExampleLibrary changed to target netstandard 1.0 and net45 (#946, #1147)
- ๐ OxyPlot.Wpf, OxyPlot.WindowsForms, OxyPlot.Pdf changed to target net45 (#946)
- Place label below negative ColumnSeries (#1119)
- ๐ฆ Use PackageReference instead of packages.config
- โ Migrated NUnit v2 to v3 and added test adapter
- TrackerControl reuses existing ContentControl when a new hit tracker result uses the same template as the currently shown tracker (#1281)
- Overhaul HistogramHelpers (#1345)
- ๐ OxyPlot.Windows (UWP) moved to oxyplot-uwp repository (#1378)
- ๐ Make the PngExporters consistent (#1390)
- ๐ Silverlight project moved to separate repository (#1049)
- ๐ WP8 project moved to separate repository (#1050)
- ๐ Windows8 project moved to separate repository (#1103)
- ๐ Avalonia project moved to separate repository
- ๐ Xamarin projects moved to separate repository
- ๐ Xwt project moved to separate repository
- ๐ GTK# projects moved to separate repository
- ๐ SharpDX project moved to separate repository
๐ Deprecated
- ๐ OxyPlot.WP8 package. Use OxyPlot.Windows (UWP) instead (#996)
โ Removed
- LabelFontSize property from HistogramSeries (#1309)
- Smooth property from LineSeries and PolylineAnnotation (#494)
- ๐ Support for net40 (#960)
๐ Fixed
- ๐ Manipulation when using touch is not working in Windows (#1011)
- Ensure a suitable folder is used when creating a temporary file for PNG export in Oxyplot.GtkSharp (#1034)
- RangeColorAxis is not rendered correctly if the axis is reversed (#1035)
- ๐ OxyMouseEvents not caught due to InvalidatePlot() in WPF (#382)
- When Color Property of LineSeries is set Markers are not shown (#937)
- ๐ Change from linear to logarithmic axis does not work (#1067)
- ๐ป OxyPalette.Interpolate() throws exception when paletteSize = 1 (#1068)
- Infinite loop in LineAnnotation (#1029)
- OverflowException when zoomed in on logarithmic axis (#1090)
- ScatterSeries with DateTimeAxis/TimeSpanAxis (#1132)
- Exporting TextAnnotation with TextColor having 255 alpha to SVG produces opaque text (#1160)
- โก๏ธ Chart is not updated when top and bottom are not visible (#1219)
- Candle overlap each candle (#623)
- CandleStick is overlapped when item.Open == item.Close in the CandleStickAndVolumeSeries (#1245)
- ๐ Out of memory exception and performance issue with Catmull-Rom Spline (#1237)
- Cache and Dispose Brush and Pen objects used by GraphicsRenderContext (#1230)
- โ Add checks for non-positive StrokeThickess and LineStyle.None in various places (#1312)
- ๐ Fixed references to RectangleItem in HistogramSeries
- ๐ Fix AxisChangedEventArgs.DeltaMaximum in Axes.Reset (#1306)
- ๐ Fixed Tracker for RectangleBarSeries (#1171)
- RectangleSeries doesn't render Labels (related to #1334)
- LineSeries line legend placement with reversed X axis (related to #1334)
- HistogramSeries label placement inconsistent (related to #1334)
- TwoColorLineSeries and ThreeColorLineSeries don't work with reversed Y axis (related to #1334)
- Issue with SVG always containing the xml headers (#1212)
- In WPF, make sure the axes are initalized when the Model is set before the PlotView has been loaded (#1303)
- MinimumSegmentLength not working for LineSeries (#1044)
- rendering issues with MagnitudeAxisFullPlotArea (#1364)
- OxyPlot.Core.Drawing PngExporter background when exporting to stream (#1382)
- ๐ Windows Forms clipping last line of rendered text (#1124, #1385)
- Dispose background brush in OxyPlot.Core.Drawing PngExporter (#1392)
-
v1.0.0 Changes
September 11, 2016โ Added
- โ Added OxyPlot.SharpDX.Wpf NuGet package
- โ Added DirectX 9.1-10.1 feature level support for SharpDX renderer
- โ Added SharpDX based renderer and WPF control with SharpDX render (#124)
- โ Added MinimumMajorStep and MinimumMinorStep to Axes.Axis (#816)
- โ Added support for vertical X axis to HeatMapSeries (#535)
- โ Added fall-back rectangle rendering to HeatMapSeries (#801)
- โ Added logarithmic HeatMapSeries support (#802) and example
- Axis.MaximumRange to limit the zoom (#401)
- โ Added 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)
- ๐ 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)
- WPF wrapper for BoxPlotSeries (#434)
- Capability to display mean value to BoxPlotSeries (#440)
- LinearBarSeries for WPF (#506)
- TitleToolTip in PlotModel (#508)
- TextColor property on WPF Axis (#452)
- ThreeColorLineSeries (#378)
- ๐ฆ CI of the Xamarin.Android, Xamarin.iOS and Xamarin.Forms packages (#274)
- PlotModel.LegendLineSpacing (#622)
- Legend rendering for LinearBarSeries (#663)
- LegendMaxHeight property in PlotModel and Wpf.Plot (#668)
- ๐ Support for a Xamarin Forms UWP project with sample app (#697)
- ๐ ListBuilder for building lists by reflection (#705)
- F# example (#699)
- ๐ Support for discontinuities in AreaSeries (#215)
- ๐ Support for Windows Universal 10.0 apps (#615)
- ๐ Support Unicode in OxyPlot.Pdf (#789)
- TouchTrackerManipulator (#787)
- ๐ Extracted visible window search code from CandleStickSeries and made a generic version in XYSeries. Used it to optimize AreaSeries performance. (#834)
- ๐ Optimized rendering performance of RectangleBarSeries (#834).
- PdfExporter implementing IExporter (#845)
- Color minor and major ticks differently (#417)
- ๐ Support for PieSeries in OxyPlot.Wpf (#878)
- ๐ป Filter in example browser (#118)
- ๐ Support for tooltips on WPF annotations
- ๐ Support for tracker in OxyPlot.GtkSharp
- ๐ Improve tracker style (Windows Forms) (#106)
- Font rendering in OxyPlot.GtkSharp improved by using Pango (#972)
- ๐ Improved LineSeries performance (#834)
- ๐ Fixed bug causing axes titles to not display in OxyPlot.GtkSharp (#989)
๐ Changed
- ๐ Fixed closing file stream for PdfReportWriter when PdfReportWriter is closed or disposed of. (#892)
- ๐ Renamed OxyPlot.WindowsUniversal to OxyPlot.Windows (#242)
- ๐ Changed OxyPlot.Xamarin.Forms to require 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)
- ๐ 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)
- Invalidate plot when ItemsSource contents change (INotifyCollectionChanged) on WPF only (#406)
- โก๏ธ Xamarin.Forms references updated to 1.5.0.6447 (#293, #439)
- ๐ Change OxyPlot.Xamarin.Forms.Platform.Android target to Android level 15 (#439)
- ๐ Changed OxyPlot.Xamarin.Forms to portable Profile259 (#439)
- 0๏ธโฃ PlotController should not intercept input per default (#446)
- ๐ Changed DefaultTrackerFormatString for BoxPlotSeries (to include Mean) (#440)
- ๐ Changed Constructor of BoxPlotItem (to include Mean) (#440)
- ๐ Changed Axis, Annotation and Series Render() method (removed model parameter)
- ๐ Changed PCL project to profile 259, SL5 is separate now (#115)
- Extracted CreateReport() and CreateTextReport() from PlotModel (#517)
- โก๏ธ Renamed GetLastUpdateException to GetLastPlotException and added the ability to see render exceptions(#543)
- ๐ Move TileMapAnnotation class to example library (#567)
- ๐ Change to semantic versioning (#595)
- ๐ Change GTKSharp3 project to x86 (#599)
- ๐ Change OxyPlot.Xamarin.Android to API Level 15 (#614)
- โ Add Xamarin.Forms renderer initialization to PlotViewRenderer (#632)
- Marked OxyPlot.Xamarin.Forms.Platform.*.Forms.Init() obsolete (#632)
- ๐ป Throw exception if Xamarin.Forms renderer is not 'initialized' (#492)
- ๐ Make numeric values of DateTimeAxis compatible with ToOADate (#660)
- ๐ Make struct types immutable (#692)
- Implement IEquatable for struct types (#692)
- BoxPlotItem changed to reference type (#692)
- ๐ Move Xamarin projects to new repository (#777)
- โ Remove CandleStickSeries.Append (#826)
- ๐ Change MinorInterval calculation, add unit test (#133)
- Rewrite LogarithmicAxis tick calculation (#820)
- ๐ Change Axis methods to protected virtual (#837)
- ๐ Move CalculateMinorInterval and CreateTickValues to AxisUtilities (#837)
- ๐ Change default number format to "g6" in Axis base class (#841)
- ๐ฆ Push packages to myget.org (#847)
- ๐ Change the default format string to
null
for TimeSpanAxis and DateTimeAxis (#951)
โ Removed
- ๐ StyleCop tasks (#556)
- ๐ OxyPlot.Metro project (superseded by OxyPlot.WindowsUniversal) (#241)
- PlotModel.ToSvg method. Use the SvgExporter instead. (#347)
- 0๏ธโฃ Constructors with parameters, use default constructors instead. (#347)
- Axis.ShowMinorTicks property, use MinorTickSize = 0 instead (#347)
- ManipulatorBase.GetCursorType method (#447)
- Model.GetElements() method
- โ Remove SL4 support (#115)
- โ Remove NET35 support (#115)
- PlotElement.Format method, use StringHelper.Format instead
- ๐ EnumerableExtensions.Reverse removed (#677)
- ListFiller (#705)
๐ Fixed
- โ Added check to LineAnnotation.GetScreenPoints to check if ActualMaximumX==ActualMinimumX for non-curved lines. (#1029)
- Incorrect placment of axis title of axes with AxisDistance (#1065)
- SharpDX control not being rendered when loaded
- SharpDX out of viewport scrolling.
- Multiple mouse clicks not being reported in OxyPlot.GtkSharp (#854)
- StemSeries Tracking to allow tracking on tiny stems (#809)
- ๐ Fixed PDFRenderContext text alignment issues for rotated text (#723)
- HeatMapSeries.GetValue returns NaN instead of calculating a wrong value in proximity to NaN (#256)
- Tracker position is wrong when PlotView is offset from origin (#455)
- 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)
- Xamarin.Forms iOS PlotViewRenderer crash (#458)
- Inaccurate tracker when using LogarithmicAxis (#443)
- ๐ Fix reset of transforms in WinForms render context (#489)
- ๐ Fix StringFormat for TimeSpanAxis not recognizing f, ff, fff, etc (#330)
- ๐ Fix LineSeries SMOOTH=True will crash WinForms on right click (#499)
- ๐ Fix PlotView leak on iOS (#503)
- This PlotModel is already in use by some other PlotView control (#497)
- ๐ LegendTextColor not synchronized between wpf.Plot and InternalModel (#548)
- Legend in CandleStickSeries does not scale correctly (#554)
- ๐ Fix CodeGenerator exception for types without parameterless ctor (#573)
- ๐ฆ Migrate automatic package restore (#557)
- ๐ Fix rendering of rotated 'math' text (#569, #448)
- WPF export demo (#568)
- ๐ Fixing a double comparison issue causing infinite loop (#587)
- ๐ Fix null reference exception when ActualPoints was null rendering a StairStepSeries (#582)
- Background color in the Xamarin.Forms views (#546)
- IsVisible change in Xamarin.Forms.Platform.iOS (#546)
- Rendering math text with syntax error gets stuck in an endless loop (#624)
- ๐ Fix issue with MinimumRange not taking Minimum and Maximum values into account (#550)
- 0๏ธโฃ Do not set default Controller in PlotView ctor (#436)
- Corrected owner type of Wpf.PathAnnotation dependency properties (#645)
- ๐ Fixed partial plot rendering on Xamarin.Android (#649)
- 0๏ธโฃ Default controller should not be shared in WPF PlotViews (#682)
- PositionAtZeroCrossing adds zero crossing line at wrong position (#635)
- Implement AreaSeries.ConstantY2 (#662)
- ๐ป Null reference exception in ScatterSeries{T} actual points (#636)
- Code generation for HighLowItem (#634)
- Axis.MinimumRange did not work correctly (#711)
- FillColor in ErrorColumnSeries (#736)
- XAxisKey and YAxisKey added to Wpf.Annotations (#743)
- ๐ Fix HeatMapSeries cannot plot on Universal Windows (#745)
- Set Resolution in WinForms PngExporter (#754)
- Axis should never go into infinite loop (#758)
- ๐ป Exception in BarSeriesBase (#790)
- Vertical Axes Title Font Bug (#474)
- ๐ Support string[] as ItemsSource in CategoryAxis (#825)
- Horizontal RangeColorAxis (#767)
- LogarithmicAxis sometimes places major ticks outside of the axis range (#850)
- ๐ป LineSeries with smoothing raises exception (#72)
- ๐ป Exception when legend is outside and plot area is small (#880)
- Axis alignment with MinimumRange (#794)
- ๐ Fixed strange number formatting when using LogarithmicAxis with very large or very small Series (#589)
- ๐ Fixed LogarithmicAxis to no longer freeze when the axis is reversed (#925)
- Prevent endless loop in LogarithmicAxis (#957)
- ๐ Fixed WPF series data not refreshed when not visible (included WPF LiveDemo)
- ๐ Fixed bug in selection of plot to display in OxyPlot.GtkSharp ExampleBrowser (#979)
- ๐ Fixed non-interpolation of HeatMapSeries in OxyPlot.GtkSharp (#980)
- ๐ Fixed axis min/max calc and axis assignment for CandleStick + VolumeSeries (#389)
- ๐ Fixed drawing of plot backgrounds in OxyPlot.GtkSharp (#990)
-
v0.2014.1.546 Changes
October 22, 2014โ Added
- ๐ Support data binding paths ("Point.X") (#210)
- ๐ Support for Xamarin.Forms (#204)
- ๐ Support for Windows Universal apps (#190)
- ๐ Improve TrackerFormatString consistency (#214)
- ๐ Support LineColor.BrokenLineColor
- LabelFormatString for ScatterSeries (#12)
๐ Changed
- ๐ Changed tracker format strings arguments (#214)
- ๐ Rename OxyPenLineJoin to LineJoin
- ๐ Rename LineStyle.Undefined to LineStyle.Automatic
๐ Fixed
- ๐ Improved text rendering for Android and iOS (#209)
- Custom shape outline for PointAnnotation (#174)
- ๐ Synchronize Wpf.Axis.MinimumRange (#205)
- TrackerHitResult bug (#198)
- Position of axis when PositionAtZeroCrossing = true (#189)
- ๐ฆ Expose ScatterSeries.ActualPoints (#201)
- โ Add overridable Axis.FormatValueOverride (#181)
- PngExporter text formatting (#170)
๐ [Unreleased]: https://github.com/oxyplot/oxyplot/compare/v2.1.0-Preview1...HEAD
-
v0.0.1
September 11, 2016