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.
Unplanned
Last Updated: 05 Jan 2017 11:07 by Petar
When a System.Windows.Interactivity.EventTrigger is attached to a ChartTrackBallBehavior a XamlParseException is thrown. A possible work-around for this would be to set the CommandParameter to be the parent collection of the behavior and not the behavior itself.
Declined
Last Updated: 26 Jul 2016 08:44 by Petar
Introduce DesiredTickCount property for the DateTimeContinuousAxis.

XAML Team reviewed this request and decided to not address it in the future.

We introduced the ability for the axis to change step based on its size, so that labels do not overlap and presently we see no value in having such a DesiredTickCount property (whats even more the axis already has a MaximumTicks property).
Declined
Last Updated: 26 Jul 2016 08:43 by Petar
Provide a way to synchronize Trackball and Crosshair behaviors.

XAML Team reviewed this request and decided not to address it in the future. 
Completed
Last Updated: 16 Apr 2014 08:22 by ADMIN
ADMIN
Created by: Evgenia
Comments: 0
Category: ChartView
Type: Feature Request
3
Add support for categorical PointSeries type (i.e. ScatterPointSeries equivalent that supports DateTime data.
Completed
Last Updated: 11 May 2018 05:52 by ADMIN
ADMIN
Created by: Giuseppe
Comments: 1
Category: ChartView
Type: Feature Request
3
Add support for chart series animations.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: ChartView
Type: Feature Request
3
Users should be able to create custom financial indicators.
Completed
Last Updated: 15 Oct 2014 13:30 by ADMIN
Created by: Ivan
Comments: 4
Category: ChartView
Type: Bug Report
3
In a chart that displays more than one series, it would great to be able to turn on/off the trackball feature on a per-series basis. (Currently, suppressing the display of data for a given series doesn't prevent the trackball from snapping to points on that series - a weird experience for the user.
Unplanned
Last Updated: 03 Jan 2017 20:54 by ADMIN
When the values of the data points have great values and the axis has a very small manual range, the Path element does not render correctly and is at times not visible at all.

Workaround:
A possible way to resolve this is to use the Direct2DRenderOptions. The different render modes use a completely different rendering logic.
<telerik:LineSeries.RenderOptions>
 <telerik:Direct2DRenderOptions />
</telerik:LineSeries.RenderOptions>
Completed
Last Updated: 16 Apr 2015 15:09 by ADMIN
Unplanned
Last Updated: 31 Jan 2017 06:41 by ADMIN
Unplanned
Last Updated: 31 Jan 2017 06:43 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
3
Add mechanism for getting the layout slot of the axis
Unplanned
Last Updated: 06 Nov 2019 09:10 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
3
Add ScatterRangeSeries visualization, similar to RangeSeries.
Unplanned
Last Updated: 11 Dec 2019 13:46 by ADMIN
Created by: aegir
Comments: 0
Category: ChartView
Type: Feature Request
3
Add support for drill-down functionality.
Unplanned
Last Updated: 22 Oct 2020 07:48 by ADMIN
Created by: Dinko
Comments: 0
Category: ChartView
Type: Feature Request
3

Add support for Tornado Chart. You can check this link for more information.

Sample Tornado Chart:


Unplanned
Last Updated: 17 May 2022 09:12 by Martin Ivanov
Add mechanism in RadCartesianChart to change the axis origin position. Currently, you can position it only top, left, right or bottom. Add an option to position the axis at an arbitrary position on the opposite axis. For example, to position the horizontal axis in the middle of the vertical axis or at value lets say 3.
Duplicated
Last Updated: 14 Sep 2022 10:05 by ADMIN

Please add the Contour series for showing the scatter (X,Y) lines which are connecting the points with the equial Z- coordinate. Currently a scatter 3D surface (X,Y,Z)  can now be shown only as 3D chart.

Often it is necessary to show 3D surface as 2D chart with lines connecting (X,Y) points with "same Z-level" .

Samples:

References:

 

Unplanned
Last Updated: 03 Jan 2017 20:37 by ADMIN
Completed
Last Updated: 16 Jan 2014 15:20 by ADMIN
DateTimeContinuousAxis produces too many labels when zoom in to the max and then zoomed out with double clicking the slider. The result is different when zooming out while dragging the slider and when double clicking it.
Unplanned
Last Updated: 03 Jan 2017 21:01 by ADMIN
When setting MajorTickInterval, the actual interval used in display is adjusted when zooming to show a reasonable number of ticks. However, if LabelInterval is used along with it to achieve the desired number of labels on the chart, LabelInterval is not adjusted along with MajorTickInterval, resulting in too many or too few labels being displayed. Moreover the automatic adjustment of MajorTickInterval cannot be disabled, leading to problematic label display that cannot easily be handled by the developer without inside knowledge of the algorithm. 

Nice features would be:
- Adjust LabelInterval along with MajorTickInterval to keep approximately the same number of labels on the chart.
- Given the above, add an option to allow the Chart to determine the optimal MajorTickInterval and LabelInterval by itself (currently if MajorTickInterval is not specified, it displays ALL category ticks which can be way too many for the display)
- Add an option to disable the MajorTickInterval automatic adjustment if the programmer wishes to handle this manually

This suggestion arose out of this forum thread, which includes an example demonstrating the issue:

http://www.telerik.com/forums/majortickinterval-trouble-when-zooming