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)