Completed
Last Updated: 10 Dec 2014 11:15 by Martyn
ADMIN
Created by: Giuseppe
Comments: 3
Category: ChartView
Type: Feature Request
33
Add built-in support for smart series item labels i.e. automatic label arrangment that ensures the labels do not overlap.
Completed
Last Updated: 25 May 2017 10:18 by Sathya
ADMIN
Created by: Peshito
Comments: 5
Category: ChartView
Type: Feature Request
22
Introduce Annotations ItemsSource property

Available in Release Version Q1 2016.
Completed
Last Updated: 14 Jun 2022 11:45 by ADMIN
Release R2 2022 SP1
Add the option for having separate PanZoomBars for each axis, so the user can scroll/zoom each axis independently from the other axes.
Completed
Last Updated: 18 Oct 2022 05:46 by ADMIN
Release R1 2023
ChartView: Add support for axes rendering, when no data is available

As a workaround add a series with one point and set its color to transparent.

<telerik:ScatterLineSeries XValueBinding="."
                  YValueBinding="."
                  Stroke="Transparent">
    <telerik:ScatterLineSeries.ItemsSource>
        <x:Array Type="system:Int32">
            <system:Int32>0</system:Int32>
        </x:Array>
    </telerik:ScatterLineSeries.ItemsSource>
</telerik:ScatterLineSeries>
Completed
Last Updated: 05 Aug 2022 09:19 by ADMIN
Release R3 2022
ADMIN
Created by: Peshito
Comments: 1
Category: ChartView
Type: Feature Request
13
Support for displaying error bars
Completed
Last Updated: 17 Jan 2019 11:27 by ADMIN
If two or more data points from the same series have the same X value - it should be possible to show information for all of these data points in the track ball.


This feature is available with our latest official version - R1 2019.
Completed
Last Updated: 06 Oct 2015 08:01 by Chetan
Knowing where the cursor is and the associated coordinate and data information is critical to really create highly functional finacial chart. It allows the developer to overlay order tools on the chart like trendlines, possibly even enables the end-user to place an order directly from chart.

- Enhance cartesian chart interactivity by enabling the usage of TrackballInfo features without actually showing the trackball e.g. show the OHLC info in the top left corner of the chart (add mouse down/move events as well).
- Enable scenarios that need to pass trackball info to other charts e.g. on chart #1 you want to show trackball info for chart #2 at the same time (knowing the trackball info and coordinates of each chart is critical to syncing the track info of another chart that may be below the main chart as stock would want to see the tracking info for all chart simultaneaously).

Available in Q2 2015 Release.
Completed
Last Updated: 24 Jun 2015 05:41 by Petar
Add support for automatic step calculation for the chart's axes.

Available in Q2 2015 Release.
Completed
Last Updated: 01 Sep 2021 10:45 by ADMIN
Release R3 2021
ADMIN
Created by: Giuseppe
Comments: 4
Category: ChartView
Type: Feature Request
11
Add support for BoxPlot series type either through enabling extensibility of the CandlestickSeries type, or through providing new built-in BoxPlot series type.
Completed
Last Updated: 09 Nov 2016 11:18 by Niall
Currently when sampling is used to generate the data points, the DataItem property of the DataPoint is null and there is no way to find out which data items have been used to generate the data point. A new property can be introduced (DataItems) which can contain the data items in mind.

Available in R1 2017 Release
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: 09 Mar 2023 06:43 by ADMIN
Release R1 2023
Created by: Marea
Comments: 5
Category: ChartView
Type: Feature Request
8
I would like to be able to create a histogram where both the x and y axis are linear series and where I can specify the start and end position of each bin (not just one). Previously described workarounds include using StepLineSeries and bar series which cannot have two linear series. I cannot use a scatter plot series as they do not provide the step-wise look of the histogram.  Please add this support! 
Completed
Last Updated: 17 Feb 2014 09:23 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ChartView
Type: Feature Request
7
Currently in live data scenarios the TrackInfoControl does not update its content unless the mouse is moved. The track ball should get updated automatically when the DataPoints are modified.
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: 19 Jan 2016 09:29 by ADMIN
Allow Area ( and ScatterArea ) series origin to be set at a number, different than 0
Completed
Last Updated: 31 Jul 2014 13:31 by ADMIN
Provide the option for displaying axes at both sides of the plot area at the same time.
Completed
Last Updated: 29 Mar 2022 14:36 by ADMIN
Release LIB 2022.1.314 (14/03/2022)
ADMIN
Created by: Petar Marchev
Comments: 1
Category: ChartView
Type: Feature Request
6

			
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: 08 Jan 2015 08:58 by ADMIN
Currently a grid line is positioned for each tick. Implement grid-line-interval property so that only one in n ticks have an associated grid line.
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
1 2