Completed
Last Updated: 10 Oct 2014 15:22 by ADMIN
Unplanned
Last Updated: 04 Nov 2016 14:36 by ADMIN
When changing the Items of the legend - the legend flickers. The reason for this is that there is RelativeSource binding for the ContentTemplate of the LegendItemControl, and for the binding to work - the legend item control needs to be in the visual tree. And the binding kicks in after the legend item control is added to the visual tree. 

Workaround: 
Create an implicit style targeting the LegendItemControl and use a Setter as suggested below:
<telerik:RadLegend.Resources>
 <Style TargetType="telerik:LegendItemControl">
  <Setter Property="ContentTemplate" Value="{Binding ItemTemplate, RelativeSource={RelativeSource AncestorType=telerik:RadLegend}}" />
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: Chart
Type: Bug Report
3
ElementName bindings are not resolved correctly for ItemMapping object when RadChart is placed inside TabControl.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Chart
Type: Bug Report
0
CameraExtention doesn't work with late binding - Async data loading from WCF service.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: Chart
Type: Bug Report
2
When rendering Line3D with constant YValue the visuals do not appear as expected and a significant delay is observed.
Unplanned
Last Updated: 23 Aug 2010 06:31 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: Chart
Type: Bug Report
0
Chart: X axis zoom is ignored when grouping.
Unplanned
Last Updated: 17 May 2010 08:50 by ADMIN
Chart: X axis min value changes when moving the right slider handle
Unplanned
Last Updated: 14 May 2010 06:18 by ADMIN
Chart: AxisX.ActualMinValue is incorrect when zooming (AutoRange=false)
Completed
Last Updated: 16 Apr 2014 08:52 by ADMIN
Range series style is applied according to X axis ticks.
Won't Fix
Last Updated: 21 Aug 2015 15:22 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category: Chart
Type: Bug Report
0
If there is another Theme set to the Control, it is not applied correctly to the series and the axes.

Edit: Please use ChartView and implicit styling instead if possible.

The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Won't Fix
Last Updated: 21 Aug 2015 15:21 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Chart
Type: Bug Report
0
Chart: bars too wide in strict mode. This is partially fixable by decreasing TicksDistance. Still, no fix when AxisX.Visibility is set to Collapsed.

Edit: The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.