Offset appears when chart with no margins and paddings is exported.
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
Implement RangeSplineAreaSeries
Fix is available in LIB version 2014.2.0901
Add support for bubble series.
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
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
Allow Area ( and ScatterArea ) series origin to be set at a number, different than 0. Available in Q1 2016 Release.
A NullReferenceException is thrown when the Visibility of a CartesianCustomAnnotation is initally set to Collapsed in XAML
Available in LIB version: 2014.3.1124
This can easily be resolved by using a Dispatcher.BeginInvoke to delay the adding of the element. The fix is available in LIB Version: 2014.3.1402.
An exception occurs in the VS designer when a RadPieChart is placed in a RadDocking's RadPane. The fix is available in Q1 2015 SP Release.
Available in LIB version: 2015.1.1603
The Open and Close properties of the OhlcSeries' data points are not updated at runtime in a data binding scenario when you update the properties from the view model. The same applies also for the CandlestickSeries. Available in LIB version: 2016.2.606
In scenarios where a series is removed and after that an axis1 is removed, the other axis2 is rendered incorrectly if a series is added and then axis1 is added back.
Implement series descriptor for the chart's range series Will be available in Q1 2016 Release.
The position of non-positive values cannot be determined when using a logarithmic axis (due to the nature of the logarithmic axis, non-positive values are undefined). Currently the chart displays such points as if the value of the point is 1, which is not correct. The chart should not display these values at all.
If you change the axes of a series at runtime in the following order the axis won't be rendered as expected. 1. Set the series' VerticalAxis property to a new axis instance 2. Set the series' VerticalAxis property to another new axis instance 3. Set the series' VerticalAxis property to the axis' instance created in step 1 This is observed in a scenario with two chart series and only the axis of one of the series is drawn incorrect. When step 3 is performed, the axis is drawn at incorrect position. Then if you resize, the axis will be repositioned but without any ticks or labels. Available in LIB Version 2015.3.1123.
Available in LIB version: 2016.1.21