MindFusion Charting for WPF V2.1 released
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 or BarChart controls.
- Miscellaneous
- Bars in BarChart3D can be rendered as cylinders by setting the new BarModel3D property to Cylinder.
- LineChart performance has been improved when rendering large data-sets.
- API Changes
- Piece substrings renamed to Slice in PieChart properties and related types.
- CrossHair substrings' capitalization changed to Crosshair in AxesChart properties.