Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Two RadPanes and two Charts in each. The Legend in the first is show as expected, but in the second - there are no Legend Items.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
When zooming in/out, the MajorGridLines of the AxisX disappear. This issue is not always reproducible.

REASON FOR DECLINATION
This is supported by the new RadChartView.
Unplanned
Last Updated: 11 Aug 2016 14:04 by Jeremy
Chart: SeriesMappings are not associated with the corresponding ChartArea on update. THis happens only in non-default layout scenarios.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Yavor
Comments: 0
Category:
Type: Feature Request
3
In live data scenario when new items are added old items are scrolled smoothly to the left/right and only the portion of the line on the newly added item in the collection is updated.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
When RadChart displays only one bar with small value and the YAxis has big manual range, the bar's label is not visible. If you display more than one bar, reduce the YAxis manual range or increase the size of the ChartArea, the bar label will be drawn.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Additional axis Title property cannot be set via binding expression in WPF chart.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category:
Type: Bug Report
3
Updating AxisY.IsLogrithmic dynamically does not produce correct results when AutoRange = false.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
See attached app to reproduce. Steps : 
1. Collapse the PlotAreaAxis of the additional Y axis ( second button click )
2. Set a manual range for the additional Y axis ( first button click )
3. Make the PlotAreaAxis visible again ( second button click ) => t
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Bug Report
6
Slow performance when setting AutoRange = false on Button click with Spline series definition

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (the new chart offers a much better performance rate).
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Data binding with non default layout does not work.
Declined
Last Updated: 11 Aug 2016 14:04 by Dotneter
ADMIN
Created by: Sia
Comments: 2
Category:
Type: Bug Report
6
Need to add custom style when exporting RadChart with bar series definition.

REASON FOR DECLINATION
This is supported out-of-the-box with the new RadChartView.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Bug Report
3
Marked zones do not appear if there is a line series with only one point.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Setting the ChartTitle Visibility to Collapsed is not respected when its Content has value.

Also binding the Visibility property is being ignored.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Chart - properties are not bound correctly when chart is in DataTemplate.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Feature Request
3
Upgrade the visual appearance of our selection and hover interactivity to make them more visible.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category:
Type: Bug Report
0
Dynamically adding additional YAxis has problems depending on the way it is added:
At runtime on button click:
* The additional axis is not added (not visible in the plot area).
* If AdditionalYAxis are data bound and a series refferences a dynamically add
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Bubble chart's item labels are currently displayed on the top right bubble side. Default item labels position should be centered in the bubble itself.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 11 Aug 2016 14:04 by Doug
ADMIN
Created by: Sia
Comments: 1
Category:
Type: Bug Report
4
Although the DefaultView property is a dependency property, you cannot create template bindings for it in the RadChart style.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Using AddRange to add new DataPoints results in incorrect positioning for the new items. They appear as if XValue = 0, although they have valid XValues. The problem appears when adding DataPoints with Suspend/ResumeNotifications too.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Chart: Exceptions thrown in chart with annotations and all-zero values. See ticket #440209 for an example.