Available in LIB version: 2014.3.1124
It would be very useful if Charts would support multiple SeriesProviders to be able to plot data of different types without having to artificially consolidate them into a single list with the charting attirbutes exposed via the same properties.
Add support for specifying different tooltip templates for each series.
The StrokeDashArray property is no applied when you set it on the Path element in the StrokeShapeStyle of a line series Fixed in Q3 2014
In a chart that displays more than one series, it would great to be able to turn on/off the trackball feature on a per-series basis. (Currently, suppressing the display of data for a given series doesn't prevent the trackball from snapping to points on that series - a weird experience for the user.
Missing annotation when the chart is placed inside TabControl and its PanZoomBars are collapsed through an implicit style. The annotation is displayed after resize or any other action that triggers redrawing of the control. As a side note, this behavior occurs only if there is no pan and zoom behavior added in the Behaviors collection of the chart. Fixed in Q3 2014
If you set the PolarAxis.Maximum property to value which is equal to or less than the smallest value of a series, a DevideByZero exception is thrown. Fixed in Q3 2014
Fix is available in LIB version 2014.2.0901
All labels of the LogratihmicAxis display 'zero' in scenarios with small values (for example: 0.000000000116 or 2.3E-10)
When the ItemsSource of a series is replaced with new collection, the labels of the old series are not cleared. Fixed in LIB version: 2014.2.714
When the LabelTemplate property of the chart's axis is changed at runtime the labels are not resized and they overlap the plot area if they are too long. Fixed in 2014.2.0630 LIB
NullReferenceException on updating data when mouse is over chart's area and trackballinfo is visible. To workaround this, remove the TrackBallBehavior when data is updated and add it again on MouseMove.
Provide the option for displaying axes at both sides of the plot area at the same time.
Add support for categorical PointSeries type (i.e. ScatterPointSeries equivalent that supports DateTime data.
RadPieChart throws an exception whenever is in a DataTemplate of an ItemsControl with over 120 instances. The ItemsControl uses a RadUniformGrid as an ItemsPanel. Project is attached.
Chart is not exported properly when Margin is present.
When adding two BarSeries in code-behind, the second one is not aligned well on the horizontal DateTimeContiniousAxis. It starts from the beginning of the axis, but not the supposed DateTime.
Incorrect drawing of BarSeries with negative values and additional axis. This happens when we have one series with only positive values and one with mixed values.
Currently in live data scenarios the TrackInfoControl does not update its content unless the mouse is moved. The track ball should get updated automatically when the DataPoints are modified.
Bar series with DateTimeContinuousAxis axis with no MajorStep specified. When you zoom the bars gets to big and does not stay within its tick boundaries.