Unplanned
Last Updated: 30 Jan 2019 09:31 by ADMIN

When navigate to page with ScrollView and charts through PushAsync method and its animation option is true, the ScrollView freezes.

Navigation.PushAsync (new ChartsPage (), true); // ScrollView freezes

Workaround:

Navigation.PushModalAsync (new ChartsPage (), true); // ScrollView does not freeze
Navigation.PushAsync (new ChartsPage ()); // ScrollView does not freeze


Completed
Last Updated: 20 Feb 2019 12:48 by ADMIN
StrokeColor and Labels colors are not properly mapped in native Chart.
Unplanned
Last Updated: 18 Jan 2019 11:52 by ADMIN
Two of the bar series used CombineMode="Stack" and one - CombineMode="Cluster". The BarSeries with CombineMode="Cluster" overlaps the series with CombineMode="Stack".
Completed
Last Updated: 20 Jan 2021 11:16 by ADMIN
Release R1 2021
When RadChart is placed inside a ScrollViewer and there is tooltip displayed, scrolling the content with a slide gesture does not hide the tooltip.
Declined
Last Updated: 30 Nov 2018 14:24 by ADMIN
Unplanned
Last Updated: 27 Nov 2018 15:07 by ADMIN
Unplanned
Last Updated: 09 Nov 2018 09:26 by Michel
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: Chart
Type: Feature Request
7
In some cases, a redundant extra tick is drawn when using a DateTimeContinuousAxis. 
Completed
Last Updated: 09 Nov 2018 13:45 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 13 May 2020 12:54 by ADMIN
Release R2 2020
Completed
Last Updated: 14 Nov 2018 12:27 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Unplanned
Last Updated: 09 Oct 2018 15:00 by ADMIN
Completed
Last Updated: 07 Dec 2020 16:09 by ADMIN
Release 2020.3.1207 (R3 2020 minor release)
Unplanned
Last Updated: 06 Sep 2018 14:30 by ADMIN
Currently the labels are always positioned at the corresponding datapoint
Unplanned
Last Updated: 17 Sep 2018 14:41 by ADMIN
Created by: Carlos
Comments: 1
Category: Chart
Type: Feature Request
0
Provide the option to display text on arbitrary position - on the axis, on the data point, etc.
Completed
Last Updated: 24 Feb 2021 13:04 by ADMIN
Release R1 2021 SP1
Completed
Last Updated: 13 May 2020 12:53 by ADMIN
Release R2 2020

When you have a Chart instance with fixed size and it's larger than the screen size, the Chart is not rendered and the following error is displayed in the VS output:

"RadExtendedCartesianChartView not displayed because it is too large to fit into a software layer (or drawing cache)"


			
Unplanned
Last Updated: 13 Aug 2018 12:55 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: Chart
Type: Feature Request
7
Currently the only way to apply different colors to the bars is through the ChartPalette. Provide an option to set the color according to the bound data item.  
Completed
Last Updated: 18 Oct 2018 11:56 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: Chart
Type: Bug Report
0
<telerikChart:RadCartesianChart.Grid>
    <telerikChart:CartesianChartGrid MajorLinesVisibility="Y"
                                                         StripLinesVisibility="Y"
                                                         MajorLineThickness="5"/>
</telerikChart:RadCartesianChart.Grid>

MajorLineThickness isn't applied on Android, the line thickness remains the same regardless of value set in the CatersianChartGrid definition.


Available in the R3 2018 SP release.
Unplanned
Last Updated: 03 Aug 2018 13:52 by ADMIN