Archive for June, 2009

amCharts for WPF v.1.0.5 Released

Tuesday, June 23rd, 2009

We have just released version 1.0.5 of amCharts Bundle for WPF. Here are the changes in the latest release:

  • BUGFIX: SerialChart (line, column, etc.): when there no longer were charts associated with one of the ValueAxis associated Grid was still displayed
  • BUGFIX: Designer: SerialChart (line, column, etc.): DivideByZeroException was thrown in Visual Studio designer in some scenarios (not affecting runtime behavior)
  • BUGFIX: SerialChart: zooming over gapped or unordered data caused ArgumentOutOfRangeException (the bug most likely introduced in version 1.0.2)
  • BUGFIX: when custom BalloonTemplate was set and there were gaps in data it caused NullReferenceException in some cases.

Download amCharts for WPF v.1.0.5

amCharts for WPF v.1.0.4 is Out

Tuesday, June 9th, 2009

We have just released version 1.0.4 of amCharts controls for WPF. This release contains following bug fixes:

  • BUGFIX: SerialChart (line, column, etc.): when there no longer were charts associated with one of the ValueAxis it was still displayed and behaved incorrectly
  • BUGFIX: SerialChart (line, column, etc.): graphs with single data point were handled incorrectly resulting in exception.
  • BUGFIX: resizing the chart resulted in DivideByZeroException in some cases

Download amCharts for WPF

amStock 1.1.8.0 Released

Friday, June 5th, 2009

We just released amStock v. 1.1.8.0. [Download]

New features

Stock chart now supports milliseconds.

You can exclude the graph when calculating min and max values for the axis if you set <min_max>false</min_max> for this graph.

Fixed bugs

When all graphs of an axis are hidden, the grid lines and values of the axis dissapear.

Calling removeGraph() does not remove all the traces of the graph. (legend entries as well as Y-axis remains)

When redraw=true chart is resized properly but reverts to original width/height when rebuild() is called.

amCharts for WPF 1.0.3 Released

Friday, June 5th, 2009

We have just released a new version of amCharts bundle for WPF. This release fixes two bugs:

  • BUGFIX: LineChart: Balloon values were not updated while hovering mouse across chart;
  • BUGFIX: SerialChart (line, column): trying to add data-bound graph from code resulted in NullReferenceException.

Download amCharts for WPF.