Archive for October, 2009

amCharts introduces Flex components

Friday, October 30th, 2009

We are proud to introduce you a brand new product – amCharts Flex Components.

amCharts Flex Components is a set of native components which can be used both in Adobe Flex and Air applications. The example application you can see above was creating using Adobe Flex and amCharts Flex Components.

Supported chart types
Current version of amCharts Flex Components supports two main base chart types: pie (donut) and Cartesian charts. The latter can display a number of different charts including lines, step lines, smoothed lines and columns. All of these can be stacked or 100% stacked. The chart can be rotated by 90 degrees so columns can became bars. We will be adding additional types in the upcoming months.

Main features

  • can accept and parse date/time-based data and display data points as well as data at custom/irregular intervals
  • zooming
  • scrolling
  • any number of value axes
  • logarithmic scale
  • can be rotated by 90 degrees
  • reversed value axis
  • chart legend can hide/show chart items
  • and a lot more…

Roadmap
The components are currently in beta stage. The plan is to release final version by the end of 2009. The following chart types will be added during this period: candlestick, ohlc, xy/bubble and radar/polar.
While charts are in beta phase, you can purchase them with a 30% discount. This is a good opportunity to test our next generation product early as well take advantage of the lower price offering. You will receive final version as well as any other minor versions released after that for free.
amStock Flex Component will be released in the first half of the 2010. As it is with our regular Flash-based charts it will be a separate product sold separately and not included in our basic chart package (amCharts Flex Components).

Differences from amCharts bundle
Users already using amCharts Bundle might ask – is amCharts Flex Components just a port to support Adobe Flex? The answer is no. amCharts Flex Components is a complete rewrite of our charts and are true native Adobe Flex components that bring all the easiness and development power Flex framework and Flex Builder has to offer. Furthermore the new charts are more powerful and feature-rich than current versions of our Flash-based charts.

Free usage
As with all other products from amCharts, you can use amCharts Flex Components for free. The only limitation of the free version is that a small link to this web site will be displayed in the top left corner of your charts.

Visit amCharts Flex components web site

19 New Country Maps Added

Thursday, October 22nd, 2009

We’ve just updated our packages to include 19 additional country maps: [Download]

Stock Chart for WPF Released

Tuesday, October 20th, 2009

amCharts has released their financial charting component for Windows Presentation Foundation – amCharts Stock Chart for WPF.

DataSet comparison in Stock Chart

Stock Chart’s main purpose is to display financial charts. However, it can also be used to visualize any date-based data. Line, column, candlestick, OHLC, step line and area – all these types of charts can be displayed with this control.

It’s a powerful application that lets you forget about most of the boring parts in building complex statistical systems in WPF. It has built-in period and data set selection tools, and can group data into longer periods. This enables you to make drill-down charts without any additional coding, using one data set only. Click on "MAX" button below the chart and the chart displays monthly data. Click the "1M" (one month) button, and the chart switches daily data. This is done without any data reloading! See this in action in the online in-browser demonstration.

Candlestick and Column Stock Chart

Key features of amCharts Stock Chart for WPF:

  • Support for numerous chart types
  • Data grouping
  • Multiple sub-charts
  • News tickers (events)
  • Multiple value axes
  • Advanced scrollbar/zoom control
  • Multiple data sets
  • Data recalculation
  • Support for data-binding
  • Look-less WPF control

More details could be found here.

As all other amCharts products Stock Chart for WPF could be used absolutely FREE even in commercial applications under link-ware license (a small link back to amCharts website on the screenshot above). Additionally we are running 50% discount on all link-free licenses until the end of October 2009. Click here for details.

kick it on DotNetKicks.com Shout it

Firefox Team Disables WPF Plug-in

Saturday, October 17th, 2009

On October 16, 2009 Firefox team has added WPF plug-in to the plug-in blocklist effectively disabling all the XBAP WPF applications in Firefox. The block is due to recently discovered vulnerability. At this point it’s unclear for how long this block is going to be in effect.

amCharts for WPF demonstrations on this site utilize the above mentioned XBAP WPF technology and are therefore affected by this block. In case you can’t open the demonstrations in Firefox, you should try them with Internet Explorer.

Stock Chart for WPF Release Candidate and New Demos

Monday, October 12th, 2009

WPF Stock Chart

We’ve published a release candidate of amCharts Stock Chart for WPF. This release features a handful of new features and bug fixes (see complete change log below). We’ve also added 5 more samples to the stock chart demo to showcase some of the features and possibilities stock chart opens. As usual you can use all amCharts products for free under linkware license.

Download amCharts Stock Chart for WPF.

Check out Stock Chart for WPF demo.

Don’t forget that through the month of October 2009 we are running a 50% discount on Stock Chart licenses. Click here for details.

amCharts Stock Chart v.1.0 Release Candidate change log:

  • FEATURE ADDED: Graph now has a ComparisonDataField property allowing to specify different DataField property for comparison graph than the one set on main graph
  • FEATURE ADDED: graphs can now be turned off and on by clicking on the key in the legend
  • FEATURE ADDED: InactiveGraphOpacity property added to Legend. If you set it to a value less than 1 when user hovers over the legend entry, corresponding graph is highlighted by fading all other graphs to specified opacity.
  • FEATURE ADDED: AutoSkipValues property added to Scroller allowing scroller graphs to skip values if there are much more data items than width of the scroller. This allows displaying of large datasets. The default is true.
  • FEATURE ADDED: clicking in unselected portion of scroller now scrolls to the specified position
  • FEATURE ADDED: EventBullets collections added to both Chart and Graph to hold custom (non-dataset) events (bullets).
  • FEATURE ADDED: OnAxis property added to EventBullet class to specify if bullet should be drawn on x-axis independently of it’s or graph’s value. Chart.EventBulletOnAxis property controls global setting.
  • OPTIMIZATION: dramatically improved performance when IsEquallySpaced is set to true
  • BREAKING CHANGE: changed IsEquallySpaced property default to true (was false)
  • IMPROVEMENT: cursor bullet now snaps to the closest available data item when hovering over gap in data
  • COSMETIC IMPROVEMENT: thumbs on scroller show up only when the mouse is over it
  • BUGFIX: When IsEquallySpacde was set to true, Step and StepNoRisers graphs where drawn incorrectly when data wasn’t continuous
  • BUGFIX: when IsEquallySpaced was set to true, vertical grid wasn’t rendered properly
  • BUGFIX: when hovering over charting area active data item was set to the left of the cursor (not the closest item)
  • BUGFIX: non main data set graphs where drawn incorrectly or not drawn at all when IsEquallySpaced was set to true
  • BUGFIX: CountHint on LeftValueAxisGrid wasn’t honored.
  • BUGFIX: when dataset was selected for comparison charts where not immediately rescaled
  • BUGFIX: Ohlc PeriodItemType in Legend didn’t work as expected with non-ohlc graphs
  • BUGFIX: Legend settings where not propagated from main graph to comparison graphs
  • BUGFIX: in comparison mode first drawn point was used as base value even though it is most often one item to the left of first visible item. Now first really visible item is used.
  • BUGFIX: binding of ItemsSource on DataSet objects didn’t work

amCharts Bundle for WPF v.1.1.4

Monday, October 5th, 2009

Version 1.1.4 of amCharts Bundle for WPF has been released. Here’s a list of changes:

  • FEATURE ADDED: XyChart: add MaxZoomFactor property – gets or sets maximum allowed zooming factor for the chart.
  • BUGFIX: PieChart: when frequently updated PieChart was running for multiple hours or even days it sometimes generated an exception.
  • BUGFIX: SerialChart (line, column, etc): when there was only a single data item CategoryAxis (x-axis) value wasn’t displayed and ColumnWidthAllocation wasn’t honored
  • BUGFIX: XyChart: when no selection was made (single click on charting area) the chart was zooming to an empty area
  • BUGFIX: SerialChart (column, line, etc.): when zoomed in and Series changed and didn’t contain items with same id as current zoom starting and ending points, out of range exception was thrown. Now the chart zooms out.

Download amCharts Bundle for WPF v.1.1.4