Archive for the ‘amCharts for WPF’ Category

amCharts Bundle for WPF v.1.1.6 Released

Tuesday, February 23rd, 2010

We have just released version 1.1.6 of amCharts Bundle for WPF. This is a maintenance release addressing a number of issues and adding a couple of minor features.

Download amCharts Bundle for WPF v.1.1.6

Don’t forget that we are running a 1 year anniversary promotion on all of our WPF & Silverlight products. Click here for details.

Here’s a change log for this release:

  • FEATURE ADDED: ColumnChart: added MaximumColumnWidth property to set a limit on column width.
  • FEATURE ADDED: ColumnChart: added LabelTextWrapping property to control text wrapping in data labels. The default is Wrap.
  • PERFORMANCE IMPROVEMENT: XyChart: invisible lines are no longer rendered when chart is zoomed in
  • BUGFIX: ColumnChart: it wasn’t possible to select last column for zooming in.
  • BUGFIX: XyChart: scrollbars moved chart in the wrong direction when axes were reversed (IsReverse = true)
  • BUGFIX: XyChart: graphs were not automatically refreshed when adding data points
  • BUGFIX: XyChart: zooming didn’t work as expected when axes were reversed (IsReverse = true)

amCharts for WPF & SL Turns 1. 30% Off!

Thursday, February 18th, 2010

One year ago on February 18th, 2009 the first public version of amCharts for WPF was released. To celebrate the anniversary we are giving you a 30% discount on all WPF & Silverlight products for the remainder of February 2010.

Use HAPPYBIRTHDAY coupon code to get your discount.

Buy amCharts products for WPF & Silverlight.

Introducing Quick Charts for WPF & Silverlight

Wednesday, February 10th, 2010

We have just released a first public beta of our new product – amCharts Quick Charts for WPF & Silverlight. It’s a free and open source charting control set for both Silverlight and WPF.

Quick Charts motto is: Ease of Use, Speed, Small Footprint. It is amCharts Bundle’s little brother. It has less features, but concentrates on what’s important for the majority of users. In order to achieve this we didn’t just strip the features off of amCharts Bundle, but created Quick Charts from scratch.

Current release supports line and column charts only. Support for other chart types coming soon.

Download amCharts Quick Charts for WPF & Silverlight.

Stock Chart for WPF & Silverlight 1.1 Released

Wednesday, December 16th, 2009

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

Streamlined Licensing of WPF & Silverlight Charts

Thursday, December 10th, 2009

We’ve used a different licensing scheme for our WPF & Silverlight charts than for other products. According to feedback from several prospective customers, this created a lot of confusion. So, by popular demand, we’ve decided to unify licensing scheme across all products.

From now on in addition to free linkware license these license types are available for amCharts WPF & Silverlight products:

  • Single application license – for use in a single non-redistributable application or web site you’ve developed for yourself or your client;
  • Multiple applications license – for use in multiple non-redistributable applications or web sites you’ve developed for yourself or your clients;
  • Developer (OEM) license – for use in redistributable applications. Includes access to source code.

Previous licenses will be honored for as long as they are valid and upgrade options for future major version updates will be offered.

Don’t forget that you can still get Stock Chart licenses with 30% discount. The offer expires really soon (within 1-2 weeks).

If you have any questions about this licensing change, licensing in general or any other non-technical inquiries about our WPF & Silverlight products, feel free to contact us at net@amcharts.com.

Stock Chart for WPF & Silverlight Release Candidate

Tuesday, December 8th, 2009

Release Candidate for version 1.1 of amCharts Stock Chart for WPF & Silverlight has just been posted. This release includes a number of bug fixes and improvements along with a couple minor new features. Based on your feedback we’ve added customization settings for mouse wheel scrolling and zooming feature, column graph can now display negative and positive values using PositiveBrush/NegativeBrush settings and more. See the complete change log below for details.

Download amCharts Stock Chart for WPF & Silverlight

This is most likely the last release before we ship a final 1.1 version, so it’s the last 1-2 weeks when you are able to take advantage of the 30% discount on Stock Chart licenses. Details are on the “buy” page.

Here’s a complete change log:

  • FEATURE ADDED: added settings to customize mouse wheel scrolling and zooming: ScrollModifierKeys, ZoomModifierKeys, AcceleratedWheelModifierKeys and AcceleratedWheelFactor.
  • FEATURE ADDED: added Graph.UsePositiveNegativeBrushForColumns property which when set to true makes column graph use PositiveBrush/NegativeBrush for columns instead of Fill/Stroke
  • FEATURE ADDED: when zooming out and GraphHighlight event bullet becomes virtually invisible, it’s displayed as VerticalLine
  • PERFORMANCE IMPROVEMENT: changes to data in Legend caused graph redraws
  • BUGFIX: Scroller thumb wasn’t redrawn/placed properly when chart size was reduced
  • BUGFIX: EventBullets were not stacking properly when different bullet types were stacked together
  • BUGFIX: exceptions were thrown when attempting to display event bullets on a chart with no graphs
  • BUGFIX: when current grouping interval stepped over EventBulletThresholdPeriod currently visible bullets were not removed
  • BUGFIX: Silverlight version: some usage scenarios caused infinite layout loops
  • COSMETIC IMPROVEMENT: EventBullet balloons show ToDate in GraphHighlight and VerticalBand bullet balloons, containers for missing data in balloons are collapsed, if there’s no data to show in the balloon, balloons is not displayed.

Stock Chart for WPF & Silverlight v.1.1 Beta 2 Released

Thursday, December 3rd, 2009

We’ve released Beta 2 of version 1.1 of our Stock Chart control for WPF & Silverlight. This release includes several new exciting features:

  • 3 new event bullet types: HorizontalBand – to highlight a range of values, VerticalBand – to highlight a range of dates/times, and GraphHighlight – to highlight a period on a graph. See these bullet types in action here.
  • Mouse Wheel scrolling and zooming (control + wheel)

Both WPF and Silverlight versions are available for immediate download.

Don’t forget about 30% discount on Stock Chart licenses. This is only valid while Stock Chart v.1.1 is in beta which is not for long now.

Here’s a complete change log for this release:

  • FEATURE ADDED: HorizontalBand and VerticalBand EventBullets to render vertical and horizontal guides on the chart.
  • FEATURE ADDED: new GraphHighlight EventBullet type let’s you highlight a portion of graph between Date and ToDate
  • FEATURE ADDED: Mouse wheel scrolling and zooming (ctrl+wheel). Subject to platform limitations in Silverlight.
  • FEATURE ADDED: added LegendPeriodValueFormatString property to control format of values in legend in period mode separately.
  • COSMETIC FEATURE: Silverlight version: Thumbs in scroller show up only when mouse is over it.
  • COSMETIC IMPROVEMENT: Silverlight version: Cursor now changes to Scroll cursor when mouse is pressed inside a chart.
  • BUGFIX: Silverlight version: there was an odd visual "effect" in column graph when chart was first loaded or when graph was switched on/off
  • BUGFIX: Silverlight version: chart wasn’t updated when graphs were switched off/on via legend
  • BUGFIX: zooming didn’t work properly when Chart.IsDataGroupingEnabled was set to false.
  • BUGFIX: HorizontalLine and VerticalLine EventBullets where not rendered properly

amCharts Bundle for WPF v.1.1.5

Friday, November 20th, 2009

We’ve released a service release for amCharts Bundle for WPF. This release addresses the following issues:

  • BUGFIX: SerialChart (line, column, etc.): when Series changed chart wasn’t automatically redrawn requiring developers to manually initiate Refresh
  • BUGFIX: PieChart: when there were more than 1 slice but only one had value greater than 0, the slice wasn’t rendered properly.
  • BUGFIX: ColumnChart: resizing of data-bound column chart sometimes resulted in halo effect
  • BUGFIX: LineChart: when bound graph data contained data points with null or NaN values the graph wasn’t rendered properly.
  • BUGFIX: XyChart: when X or Y of data points (or underlying objects) were not set, bullets were rendered in wrong places (lines not drawn at all)

Download amCharts Bundle for WPF v.1.1.5

Stock Chart for Silverlight Released

Thursday, November 19th, 2009

amCharts has just released a beta version of amCharts Stock Chart for Silverlight!

Stock Chart for Silverlight - click for live demo

This version includes all the cool advanced features of our WPF version and enables you to have spectacular advanced stock (and basically any date/time based data) charts in your Silverlight 3 applications.

amCharts Stock Chart is a powerful application that lets you forget about most of the boring parts in building complex statistical systems in Silverlight. 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. You can see it in action in the Stock Chart section of our site.

Key features:

FREE as usual

As with all the other amCharts products, you can use fully functional Stock Chart for Silverlight absolutely free. Even in commercial applications! The only trade-off is a small link back to amCharts web site displayed in the corner of the chart. If you wish to remove this link, you can purchase a commercial license (licenses with source code are available). While Stock Chart for Silverlight is in beta, you can get a commercial license with 30% discount. Just use a coupon code SILVERSTOCK while ordering. The license is good for both WPF & Silverlight versions. If you have bought a WPF Stock Chart license earlier, you get Silverlight version at no additional cost.

Enough said. Take a look at the demos, download your copy, add an advanced control to your Silverlight application and, please, help us spread the word.

kick it on DotNetKicks.com Shout it

Stock Chart for WPF version 1.0.1

Monday, November 9th, 2009

We’ve released version 1.0.1 of amCharts Stock Chart for WPF which includes a number of bug fixes.

Downoald amCharts Stock Chart for WPF.

Here’s a change log:

  • BUGFIX: Graph.LegendPeriodItemType didn’t work properly when set to ValueChange or PercentChange
  • BUGFIX: when adding first DataSet via code an exception was thrown.
  • BUGFIX: when there were no graphs associated with value axis on load, the axis wasn’t implicitly created later when the graph was added from code.
  • BUGFIX: in some scenarios first available data item wasn’t shown when zooming out
  • BUGFIX: sometimes values 00:00:00 were randomly displayed on DateTimeAxis.
  • BUGFIX: PercentChange in Legend wasn’t properly updated for Period legend items
  • BUGFIX: when real data precision was hour, minute, second or millisecond an exception was generated