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: 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).
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: 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
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: 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.
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: 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>
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.
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.
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: 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: 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: 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: 15 Aug 2019 06:22 by ADMIN
The stroke property of the PaletteEntry is not respected.
Unplanned
Last Updated: 08 Nov 2019 15:39 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
2

Add a mechanism that allows the chart to process only the data within the viewport. This should improve the memory footprint and the performance of the chart in scenarios with big number of data points.

Unplanned
Last Updated: 16 Nov 2022 13:48 by Ashraf
The series are not rendered as expected when using Direct2DRenderOptions and hiding labels (by setting the LabelInterval, SmartLabelsMode or via a different approach)
Unplanned
Last Updated: 16 Oct 2018 11:55 by ADMIN
Unplanned
Last Updated: 24 Mar 2021 14:47 by Brandon
Convert ZIndex property of the series to dependency property