Unplanned
Last Updated: 22 Mar 2018 15:15 by Jaime
Unplanned
Last Updated: 09 Mar 2018 12:06 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: Chart
Type: Feature Request
1
Presently the trackball is displayed after a hold gesture. It will be a good addition to the features of the chart if the trackball can get displayed after a single tap.
Unplanned
Last Updated: 26 Feb 2018 09:38 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Chart
Type: Feature Request
8

			
Unplanned
Last Updated: 27 Feb 2018 10:48 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: Chart
Type: Feature Request
4
The VisibleRange property can hold the actual visible minimum and maximum of the axis while the chart is being zoomed and panned.
Unplanned
Last Updated: 15 Feb 2018 09:59 by ADMIN
Series labels are not displayed for horizontal BarSeries in UWP.
Unplanned
Last Updated: 13 Mar 2018 09:04 by ADMIN
Completed
Last Updated: 20 Jun 2018 14:13 by ADMIN
Unplanned
Last Updated: 15 Mar 2019 17:39 by ADMIN
When you have a Chart with PieSeries and enable the SelectionBehavior - selecting a specific value makes it split from the pie chart and stand out. We should consider exposing another state, where the integrity of the pie chart is not broken and the selected items are just highlighted or probably have a bold border, etc.
Unplanned
Last Updated: 03 Jan 2018 09:46 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: Chart
Type: Feature Request
3
Add a title for the horizontal and vertical axis.
Completed
Last Updated: 24 Oct 2018 06:13 by ADMIN
Available in the R3 2018 SP release.
Unplanned
Last Updated: 20 Feb 2020 13:59 by ADMIN
If the series is added after the page constructor, the vertical axis labels are not shown.

As a workaround, create the series in the constructor and set its ItemsSource at a later stage.
Unplanned
Last Updated: 08 Nov 2017 11:37 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: Chart
Type: Bug Report
0
Chart: The first label disappears when dragging over the chart on iOS
Completed
Last Updated: 20 Jun 2018 14:15 by ADMIN
It is inconsistent with Android where the lines are not present and the background is transparent.

Workaround: 

<telerikChart:RadCartesianChart.Grid>
                <telerikChart:CartesianChartGrid x:Name="grid" StripLinesVisibility="None" />
</telerikChart:RadCartesianChart.Grid>

or:

chart.Grid = new CartesianChartGrid() { StripLinesVisibility = GridLineVisibility.None };

Available in the 2018 R2 SP release.
Completed
Last Updated: 24 Oct 2018 08:23 by ADMIN
NSRangeException is thrown when second series has more items than the first one on iOS.

Available in the R3 2018 SP release.
Unplanned
Last Updated: 27 Jan 2021 16:18 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 4
Category: Chart
Type: Feature Request
4
Currently RadChart provides only a ScatterPointSeries which does not support categorical axes and you can only use a numerical one. 
Unplanned
Last Updated: 29 Dec 2017 12:57 by ADMIN
LineSeries.Stroke and StrokeThickness are not applied when Palette is set
Unplanned
Last Updated: 15 Sep 2017 15:19 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Chart
Type: Feature Request
0

			
Unplanned
Last Updated: 13 Sep 2017 14:41 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Chart
Type: Feature Request
1

			
Completed
Last Updated: 14 Sep 2017 08:47 by ADMIN
DateTimeContinuousAxis labels are off by one hour when device is in DST zone (Android).
Available in the R3 2017 release.