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: 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.
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.
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.
Unplanned
Last Updated: 31 Jan 2017 06:41 by ADMIN
Completed
Last Updated: 16 Apr 2015 15:09 by ADMIN
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: 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
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: 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.
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: 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.
Declined
Last Updated: 26 Jul 2016 10:11 by ADMIN
Add support for tooltip visualization over the continuous series segments (besides the current support for visualizing the tooltip over the actual data point / point mark).

Declined due to duplication with http://feedback.telerik.com/Project/143/Feedback/Details/113405-chartview-enhanced-tooltip-support-for-continuous-series-segments-line-area-e
Declined
Last Updated: 27 Jul 2016 16:00 by Louis
XAML Team recently reviewed this request and decided not to address it in the future since the Smart Labels functionality was introduced in Q1 2014.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Numeric axes should be able to specify their PlotMode as categorical axes do (currently numeric axes use hardcoded OnTicks plot mode).
Unplanned
Last Updated: 23 Mar 2018 12:53 by ADMIN
This reproduces when the axis' SmartLabelMode is enabled. For example, set to SmartStep. 

See the attached video.

As a workaround you can disable the smart label mode and manually calculate the range when zooming. You can use its Minimum, Maximum, MajorStep and MajorStepUnit properties.