Completed
Last Updated: 28 Apr 2016 14:17 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
0
Implement RangeSplineAreaSeries
Completed
Last Updated: 28 Apr 2016 14:17 by ADMIN
ADMIN
Created by: Yavor
Comments: 3
Category: ChartView
Type: Feature Request
8
Add RangeSeriesDescriptor
Completed
Last Updated: 28 Apr 2016 14:16 by ADMIN
Pan/zoom behavior should be configurable whether to execute its logic on right mouse button or left mouse button down.
Completed
Last Updated: 28 Apr 2016 14:15 by Petar
Created by: Petar
Comments: 0
Category: ChartView
Type: Feature Request
5
Provide way for specifying a minimum effective size of the zoom rectangle, so that accidental clicks can be ignored.
Completed
Last Updated: 28 Apr 2016 14:15 by Viet
Automatic axis range calculation should take into account the visibility of the chart series (i.e. the data points of a collapsed series should not be respected).

Note: This is by design. The range of all series forms the range of the axis. If the user wants the collapsed series not to affect the range of the axis he can remove them.
Completed
Last Updated: 28 Apr 2016 13:48 by ADMIN
Currently it is only possible to get the Actual Minimum and Maximum of the Linear axis, but it is not possible to track change notifications. Needed properties should be introduced so that it is possible to track the Actual Min and Max (with and without the ZoomAndPan behavior).

Available in Q3 2014 SP1 Release.
Completed
Last Updated: 28 Apr 2016 13:44 by ADMIN
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.
Completed
Last Updated: 08 Apr 2016 13:11 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Bug Report
0
The SelectStyle() method of the DefaultVisualStyleSelector is never called

Will be available in R2 2016 Release.
Completed
Last Updated: 04 Feb 2016 15:36 by ADMIN
Offset appears when chart with no margins and paddings is exported.
Completed
Last Updated: 04 Feb 2016 15:34 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ChartView
Type: Bug Report
1
A design time exception may be thrown in certain scenarios.
Completed
Last Updated: 04 Feb 2016 13:56 by ADMIN
If we set a Palette to RadCartesianChart and then modify the default StrokeThickness and Stroke of a LineSeries via Style, the new Stroke does not apply. The project attached demonstrates the problem.
Completed
Last Updated: 04 Feb 2016 13:34 by ADMIN
Completed
Last Updated: 04 Feb 2016 13:26 by ADMIN
Available in 2014 Q3 release.
Completed
Last Updated: 04 Feb 2016 12:46 by ADMIN
A NullReferenceException is thrown when the Visibility of a CartesianCustomAnnotation  is initally set to Collapsed in XAML
Completed
Last Updated: 04 Feb 2016 12:45 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ChartView
Type: Bug Report
0

			
Completed
Last Updated: 29 Jan 2016 12:16 by ADMIN

Available in LIB version: 2016.1.21
Completed
Last Updated: 26 Jan 2016 06:53 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ChartView
Type: Bug Report
1
When there are no data points in the bar series, the chart fails to retrieve a color for the marker of the legend item. This can be worked around by modifying the item template of the legend item. In the new template the binding of the Fill of the marker, should include not just the MarkerFill but TargetNullValue:

<DataTemplate x:Key="legendItemContentTemplate1">
 <StackPanel Orientation="Horizontal">
  <Path Fill="{Binding MarkerFill, TargetNullValue=#9B25B1}" Width="12" Height="12">
   <Path.Data>
    <Binding Path="ActualMarkerGeometry" 
      RelativeSource="{RelativeSource AncestorType=telerik:LegendItemControl}" />
   </Path.Data>
  </Path>
  <TextBlock Margin="2" Text="{Binding Title}" />
 </StackPanel>
</DataTemplate>


Will be available in Q2 2016 Release.
Completed
Last Updated: 19 Jan 2016 09:29 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
0
Allow Area ( and ScatterArea ) series origin to be set at a number, different than 0.

Available in Q1 2016 Release.
Completed
Last Updated: 19 Jan 2016 09:29 by ADMIN
Allow Area ( and ScatterArea ) series origin to be set at a number, different than 0