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
Unplanned
Last Updated: 04 Jan 2017 12:31 by Petar
Created by: Petar
Comments: 0
Category: ChartView
Type: Feature Request
5
Add support for axis with multi-level categories.
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 Petar
Add support for millisecond sampling interval to ChartDataSource.
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: 04 Feb 2016 13:56 by ADMIN
If we set a Palette to RadCartesianChart and then modify the default StrokeThickness and Stroke of a LineSeries via Style, the new Stroke does not apply. The project attached demonstrates the problem.
Unplanned
Last Updated: 05 Jan 2017 07:58 by Petar
Implement ChartSeriesLabelDefinition properties as DependencyProperties
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Set the DataContext of a Candlestick to be the DataPoint to allow binding to properties of the business object.
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.
Unplanned
Last Updated: 05 Jan 2017 07:58 by Petar
When this mode is on, information should be displayed for all data points in a given category (as opposed to displaying the closest points taken from different categories).
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>
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.
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: 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: 19 Jan 2016 09:29 by ADMIN
Allow Area ( and ScatterArea ) series origin to be set at a number, different than 0
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: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Peshito
Comments: 0
Category: ChartView
Type: Feature Request
2
Add grid line style selector
Completed
Last Updated: 28 Apr 2016 14:15 by Viet
Automatic axis range calculation should take into account the visibility of the chart series (i.e. the data points of a collapsed series should not be respected).

Note: This is by design. The range of all series forms the range of the axis. If the user wants the collapsed series not to affect the range of the axis he can remove them.
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.
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.