MindFusion.Charting for WPF Releases

Released: Dec 17, 2021

Updates in V2.2.1

Features

  • Added Microsoft .NET 5 support - The Charting.WPF distribution now includes assemblies for .NET 5. Locally installed assemblies don't show automatically in toolbox at this time, you can add them to projects either manually or through Nuget package manager.
  • Added the ability to specify custom grid line positions by setting GridType to Custom and assigning coordinates to XGridLines and YGridLines collections.

Fixes

  • Miscellaneous:
    • Fixed segment clipping in linecharts for values outside of...

Released: Jun 22, 2017

Updates in V2.2

Features

Funnel Chart

  • Funnel charts can be created using the FunnelChart control associated with a FunnelSeries providing data. FunnelChart inherits appearance properties from the base Chart class, and offers additional customization through StemWidth and SegmentPadding properties.

Miscellaneous

  • Set ShowCrosshairs to display crosshairs in RealTimeChart.
  • InnerLabelAlignment property of BarSeries lets you customize label alignment in bars.
  • ClearMeshSelection method lets you clear selected meshes...

Released: May 18, 2016

Updates in V2.1

Features

  • Candlestick Charts - The CandlestickSeries class represents movements of stock or currency prices in financial charts. Individual values in the chart are specified via StockPrice objects assigned to the series' Values property. Candlestick bodies are filled using brushes from the Fills collection if ones are specified, or otherwise with the FallingPriceBrush and RisingPriceBrush depending on the difference between Open and Close prices. CandlestickSeries can be added to either LineChart...