Completed
Last Updated: 28 Oct 2014 07:49 by Petar
Add support for specifying different tooltip templates for each series.
Completed
Last Updated: 08 Jan 2015 09:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ChartView
Type: Feature Request
4
Add grid interval property in order to control the number of grid lines with respect to the number of ticks on the axes.
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: 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: 16 Apr 2014 08:20 by ADMIN
RadPieChart throws an exception whenever is in a DataTemplate of an ItemsControl with over 120 instances. The ItemsControl uses a RadUniformGrid as an ItemsPanel. Project is attached.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ChartView
Type: Feature Request
5
ChartView: Implement radar column series.
Unplanned
Last Updated: 05 Jan 2017 07:58 by Hakki
ADMIN
Created by: Telerik Admin
Comments: 1
Category: ChartView
Type: Feature Request
7
Allow for the Polar chart to have multiple polar axes so that a user can easily understand what value does a data point have. For example a polar chart with four axes (with the same range) and an axis in each quadrant.
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: 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.