Completed
Last Updated: 20 Sep 2016 10:20 by Yang
ADMIN
Created by: Evgenia
Comments: 2
Category: ChartView
Type: Feature Request
5
Add support for 3D Surface Series Type.

This feature is now available as part of the ChartView control since R3 2016 Official release. Refer to the link below for more information.
http://docs.telerik.com/devtools/wpf/controls/radchartview3d/series/surfaceseries3d.html
Unplanned
Last Updated: 31 Jan 2017 06:40 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category: ChartView
Type: Feature Request
5
Possible positions: 
- above or below the X axis 
- left or right of the Y axis
Unplanned
Last Updated: 02 Nov 2017 08:57 by Vladimir
ADMIN
Created by: Vladimir Stoyanov
Comments: 0
Category: ChartView
Type: Feature Request
5
Introduce a way to set a geometry for the chart series' data points. Currently you cannot easily change the geometry of the default visual of PointSeries and LineSeries, for example. We can also introduce a default visual geometry selector.
Unplanned
Last Updated: 07 Sep 2016 07:28 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ChartView
Type: Feature Request
5
Ability to specify a cursor during a drag-to-pan operation. One way to work-around this is to use the attached property in the sample project attached here. 
This is the code needed to start using the solution:
<telerik:RadCartesianChart local:ChartUtilities.PanCursor="Hand" />
Completed
Last Updated: 27 Jan 2015 14:05 by ADMIN
"Insert" operation is not supported properly for chart series but is handled like "Add" i.e. RadCartesianChart.Series.Insert(0, series) will not result in inserting the series at zero index but internally it will be added to the end of the collection and it will be treated as last series.

Available in version 2014.3.1215.
Completed
Last Updated: 08 Jan 2015 09:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ChartView
Type: Feature Request
4
Add grid interval property in order to control the number of grid lines with respect to the number of ticks on the axes.
Completed
Last Updated: 20 Sep 2016 10:20 by ADMIN
ADMIN
Created by: Peshito
Comments: 2
Category: ChartView
Type: Feature Request
4
Add support for 3D Surface Series Type.

This feature is now available as part of the ChartView control since R3 2016 Official release. Refer to the link below for more information.
http://docs.telerik.com/devtools/wpf/controls/radchartview3d/series/surfaceseries3d.html
Completed
Last Updated: 28 Oct 2014 07:49 by Petar
Add support for specifying different tooltip templates for each series.
Declined
Last Updated: 26 Jul 2016 10:08 by Lisitsa
Add support for tooltip visualization over the continuous series segments that would interpolate the actual value between data points.

XAML Team reviewed this request and decided not to address it in the future. Appropriate way to get this is to use the crosshair behavior.
Unplanned
Last Updated: 05 Jan 2017 07:58 by Petar
Created by: Petar
Comments: 0
Category: ChartView
Type: Feature Request
4
Implement Waterfall series type (http://en.wikipedia.org/wiki/Waterfall_chart).
Declined
Last Updated: 09 Mar 2023 13:14 by ADMIN
Created by: Petar
Comments: 0
Category: ChartView
Type: Feature Request
4

Implement a new LabelFitMode that prevents the axes labels from overlapping by increasing the LabelInteval.

Declined: This is no longer necessary after introducing the SmartLabelsMode.

Completed
Last Updated: 25 Jun 2021 11:42 by ADMIN
Release LIB 2021.2.628 (28 Jun 2021)
Gaps appear between the bars in the stacks when the series are populated with negative and positive values. Check the attached picture.

If you have a scenario with mixed values (positive and negative) use RangeBarSeries instead of BarSeries.
Unplanned
Last Updated: 03 Jan 2017 21:07 by Dietmar.2
Enable the TrackBallInfo to be vertically aligned (e.g. the bottom of the chart).
Unplanned
Last Updated: 18 Aug 2020 06:19 by Leon
ADMIN
Created by: Peshito
Comments: 5
Category: ChartView
Type: Feature Request
4
Make the StepLineSeries being able to plot a 'step' for a single point. Currently the StepLine series does not support drawing a single data point when it is in the beginning or the end of the ItemsSource. 
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
When the CartesianPlotBand annotation is bound to the vertical axis its 'From' value doesn't align with the axis.
This changes when resizing.
Unplanned
Last Updated: 04 Jan 2017 06:34 by ADMIN
Add auto-range ability for the numeric axes that adjusts its range in accordance to the visible/zoomed data to show the data more clearly
Completed
Last Updated: 16 Apr 2014 08:20 by ADMIN
RadPieChart throws an exception whenever is in a DataTemplate of an ItemsControl with over 120 instances. The ItemsControl uses a RadUniformGrid as an ItemsPanel. Project is attached.
Declined
Last Updated: 24 Nov 2014 14:27 by ADMIN
RadPieChart labels are clipped when RadiusFactor is 1.0
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ChartDataSource control should perform the sampling operation asynchronously in a background thread so that it is not blocking the UI thread.