Stock Chart for WPF & Silverlight 1.1 Released

We’ve released version 1.1 of amCharts Stock Chart for WPF & Silverlight. Obviously the biggest change from 1.0 is support for Silverlight from a single code base. Licensees of WPF version get the Silverlight version for free and linkware version is free as usual for both WPF and Silverlight.

But Silverlight support is not the only noteworthy change in 1.1. Some of the important new features are these:

  • 3 new EventBullet types: VerticalBand, HorizontalBand and GraphHighlight;
  • support for mouse wheel scrolling and zooming;
  • support for different colors for positive and negative columns in column graph;
  • performance improvements.

And these are only the most noticeable changes. Find what’s changed from release candidate in the change log below and a complete log in the changelog.txt file included in distribution archive.

Download amCharts Stock Chart for WPF

Change log for v.1.1:

  • FEATURE ADDED: added StockChart.ZoomInOnWheelDown property. When set to true (default) mouse wheel zooms in when your rotate mouse down. Otherwise zooms-in on mouse wheel rotated up.
  • PERFORMANCE IMPROVEMENT: performance improvements in IsEquallySpaced=true (default) mode.
  • CHANGE: GraphHighlight event bullets no longer turn into vertical line when collapsed but aren’t collapsed below 6 pixels width instead.
  • BUGFIX: MouseWheel event was marked as handled even when it wasn’t actually handled (depending on modifier keys used)
  • BUGFIX: dynamically removing and adding graphs, datasets, etc. caused exceptions and incorrect behavior
  • BUGFIX: ValueChange and PercentChange legend types in period mode were calculated incorrectly.
  • BUGFIX: EventBullets where not removed when graphs were removed
  • BUGFIX: Silverlight version: scrollbar never appeared in comparison dataset listbox in DataSetSelector in Silverlight
  • BUGFIX: WPF version: values on the right axis were arranged incorrectly
  • BUGFIX: control wasn’t invalidated properly on data changes resulting in chart being hidden on startup
  • BUGFIX: graphs assigned to right value axis were not rendered when removed and added back to the chart.
  • BUGFIX: System.ArgumentException was thrown in some scenarios when zooming in (most notably with VerticalBand event bullet)
  • COSMETIC FIX: event bullet balloons had no space around "-" between Date and ToDate

Comments are closed.