
We are pleased to announce a Minor update to SciChart High Performance WPF Charts
This release contains several critical bug fixes and some minor features. Since v3.2, we are now following semantic versioning and this should be backward compatible to SciChart v3.2, v3.3, v3.4 and v3.5, and it is safe and recommended to upgrade subject to testing your application.
What’s New in v3.6.0.7618?
New/Improved
- Added High Quality Vector (XPS) Export functionality to SciChart WPF. This is licensed to the SciChart Source-code customers only
- Added a new RenderSurface plugin: XamlRenderSurface. This allows rendering all SciChart WPF to XAML / Canvas and enables high-quality scalable vector export
- Added ExportToXps Extension method for XamlRenderSurface
- Derived DataSeries types (XyyDataSeries, HlcDataSeries, OhlcDataSeries, BoxPlotDataSeries) Append, Insert, Update methods have all been made virtual
- Added a property called AllowsHighPrecisionColormap to FastHeatMapRenderableSeries, which fixed the issue with high-precision numbers as offsets in ColorMap. However it comes at the expense of performance
- Digitally signed the SciChart v3.x Installer with MS Authenticode Code Signing Certificate
- SC-3079 Added XIndex, YIndex to HeatmapSeriesInfo and HitTestInfo for Heatmap2DArrayDataSeries
Fixed
- SC-3092 Fixed the 1px long lines drawing issue for HQ renderer
- SC-3122 Fixed small ellipses aren’t rendered when width or height < 2
- SC-3092 Added ability to switch Antialiasing onoff, fixed binding to StrokeThickness
- SC-3092 Fixed bad rendering of short lines for HS renderer, small red dots when 1 StrokeThickness & AntiAliasing turned on, blinking series when drawing short, 1px lines & StrokeThickness > 1
- SC-3118 CursorModifier with ShowTooltip=True causes a fast memory leak on mouse-move. Fixes a long running memory leak in CursorModifier, TooltipModifier and Rollovermodifier where SeriesInfoTemplateSelector had an event handler leak
- SC-3102 Heatmap2DArrayDataSeries does not implement InvalidateParentSurface
- SC-3103 Multiple IDataSeries APIs in Heatmap2DArrayDataSeries not implemented!
- SC-3085 Fixed the bug when MinZoomConstrain wouldn’t work with LogarithmicAxi
- SC-3087 Fixed memory leak on resize of a chart containing Direct3D10RenderSurface
- SC-3073 Fixed Direct3D10RenderSurface memory leak after last SciChartSurface is removed, one Direct3D10RenderSurface instance remains
- SC-3080 DirectX Static memory (VertexBuffers etc..) is never reclaimed when the last SciChartSurface is garbage collected
- SC-3078 Fixed Heatmap goes beyond the viewport when zoomed to the data extents
- SC-3077 Fixed SciChartOverview stopped showing the background when bound to an ItemTemplate
- Fixed a bug when HeatMap recreated cached resources every time MappingSettings was get
Where can I get it?
If you are licensed and your support expiry is after the 9th December 2015, you can upgrade to SciChart v3.6.0 for free. Download options are found below:
- The full MSI Installer can be downloaded from www.scichart.com/downloads
- The DLLs only can be retrieved from our NuGet feed. We recommend using NuGet in your application for easy deployment.
- Source-code customers can now get the source-code by linking their SciChart.com account with Github. For more details please see www.scichart.com/github-repository-for-scichart-source-code-customers
Related Posts