Completed
Last Updated: 04 Apr 2014 13:29 by Telerik Admin
ADMIN
Created by: Petar Marchev
Comments: 1
Category: ChartView
Type: Bug Report
1
Chart is not exported properly when Margin is present.
Completed
Last Updated: 22 Nov 2013 09:11 by ADMIN
The ToolTip's style is missing in the no xaml assemblies in Expression_Dark and Office2013 themes. A work-around is to manually include the tool tip's style (for example in the App.xaml).
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: 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.
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
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.
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: 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: 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
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.
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.
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.