We’ve released a new version of ASP.NET Controls for amCharts with support for new features found in 1.5 releases of amCharts.
Download ASP.NET Controls for amCharts 1.5.0 here.
As you may have noticed we’ve also unified major version numbers of amCharts and ASP.NET Controls in order to eliminate confusion. From now on version numbers of ASP.NET Controls will correspond to implemented functionality of amCharts.
Here’s a complete change log for this release:
- FEATURE ADDED: Legend entries can be aligned to left/center/right (LegendAlign property)
- FEATURE ADDED: you can add custom menu items to Flash’s context menu and control default items.
- FEATURE ADDED: Guides. Guides are straight lines drawn through all plot area at a given value. Can also be filled with color
- FEATURE ADDED: you can set series from which category values will be displayed
- FEATURE ADDED: LegendReverseOrder to reverse order of legend items
- FEATURE ADDED: Gradient Colors. All charts: BackgroundGradientColors, PlotAreaBackgroundGradientColors (except pie), LegendGradientColors, ErrorMessagesBackgroundGradientColors; Line&Column: guides FillGradientColors; Line: graph FillGradientColors, ScrollerGradientColors, ScrollerBackgroundGradientColors
- FEATURE ADDED: all Top and Left settings could now be set in percents (field type changed to Unit), Width of labels and legend could be set in percents (field type changed to Unit), Top and Left distances could be measured from the opposite sides (right and bottom) set properties named XxxLeftMeasuredFromRight and XxxTopMeasuredFromBottom to activate this mode
- FEATURE ADDED: PieChart: all radii can be set in percents
- CHANGE: PieChart: new defaults: PieLeft=50%, PieTop=45%, PieRadius=25%, StartAnimationRadius=500%, PullOutRadius=20%