We have released a new version of our charting elements for WPF. The main reason for this release was a fix for a problem preventing usage of the controls in templates. We have also added a PieHeightPercent property allowing to specify pie height in percents rather than pixels.
Download amCharts for WPF 1.0.1
Here’ a change log for version 1.0.1:
- FEATURE ADDED: PieChart: PieHeightPercent property added allowing to specify pie height in percents from radius for consistent look in resizable scenarios
- BUGFIX: all charts: it wasn’t possible to use charts inside of templates. Exception like "NameScopeProperty found within the content of a FrameworkTemplate, on a … object. Name scopes within templates are not supported."
We’ve forgotten to include the change log for 1.0 release in the announcement so here it is:
- BREAKING CHANGE: LineChart: DataContext of Balloon in LineChart is set to CurrentDataItem now (was set to graph) to be consistent with ColumnChart. Custom balloon templates for LineChart must be updated to work properly.
- CHANGE: LineChart, ColumnChart: changed default balloon template for line and column charts to include SeriesText in front of Value
- COSMETIC CHANGE: ColumnChart: subtler shading of top and side surfaces of 3D columns
- COSMETIC CHANGE: ColumnChart: decreased delay in sequenced column animation
- BUGFIX: SerialChart (line, column, etc.): data binding through XAML didn’t work.
- BUGFIX: ColumnChart: StartValue of ColumnDataPoint wasn’t taken in consideration when calculating minimum and maximum values for the axes
- BUGFIX: SerialChart (line, column, etc.): When ValuesRotationAngle on CategoryAxis was set to 90 or -90 on a vertical category axis (bar chart) values were not positioned specifically (centered relative to tick)
- BUGFIX: SerialChart (line, column, etc.): when there were prime number (or a number with only large divisors) of series items visible a lot of grid lines and values on the category axis were drawn.
- BUGFIX: LineChart: in rare cases (noticed when used in browser and inside a Frame) graphs where rendered outside the plot area or not rendered at all and then bounced back where they are supposed to be on hover over them or over the legend
- BUGFIX: PieChart: when StartAnimationEffect was set to None the setting wasn’t honored.
- BUGFIX: PieChart: IsSelected=true wasn’t honored on startup
- BUGFIX: PieChart: selected slices where pulled out incorrectly on startup