Stock Chart for WPF & Silverlight v.1.3 Released

We have just released version 1.3 of amCharts Stock Chart for WPF & Silverlight. This version focuses on data grouping improvements. Several intermediate grouping points were added to make grouping switching smoother in time range.

Note: if you’ve used DataGroupingInterval enumeration explicitly in your code make sure to recompile your project against new dll and verify that your code is working properly.

Download amCharts Stock Chart for WPF & Silverlight

Here’s a complete change log:

  • FEATURE ADDED: added more DataGroupingInterval values for smoother grouping in "time" range. NOTE: if your code used DataGroupingInterval enum directly make sure everything works as expected since values were inserted between other values.
  • FEATURE ADDED: added StockChart.MinimumDataGroupingInterval and MaximumDataGroupingInterval properties to constrain automatic data grouping interval switching
  • COSMETIC IMPROVEMENT: when Brush is set on Candlestick graph, the value is used for candle outline.
  • BUGFIX: in some scenarios it wasn’t possible to modify control template under Silverlight
  • BUGFIX: in some scenarios ArgumentOutOfRangeException was thrown when hovering over an empty chart.
  • BUGFIX: in some cases exception was thrown when hovering over an empty chart plot area
  • BUGFIX: Collapsing and showing charts (using Chart.Collapse()/Show() methods) sometimes resulted in charts overlapping
  • BUGFIX: in Raw (milliseconds) mode Value field data was used instead of Volume
  • BUGFIX: when ArrowUp bullet was set on axis it wasn’t visible
  • COSMETIC FIX: mouse cursor wasn’t returning to regular Arrow after mouse was released after dragging/scrolling the chart.

Comments are closed.