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.
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: 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.
Completed
Last Updated: 24 Oct 2018 06:13 by ADMIN
Available in the R3 2018 SP release.
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.
Completed
Last Updated: 18 Oct 2018 11:54 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: Chart
Type: Bug Report
0
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:50 by ADMIN
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:45 by ADMIN
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:42 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 6
Category: Chart
Type: Bug Report
7
The chart BindingContext does not propagate correctly to some of its children, e.g. axes and grid.

Available in the R3 2018 SP release.
Unplanned
Last Updated: 09 Oct 2018 15:00 by ADMIN
Unplanned
Last Updated: 03 Aug 2018 13:52 by ADMIN
Completed
Last Updated: 21 Jun 2018 13:22 by ADMIN
Available in the 2018 R2 SP release.
Unplanned
Last Updated: 21 Jun 2018 13:11 by ADMIN
When LabelFitMode is None,  "\n" is not taken into consideration.
Completed
Last Updated: 20 Jun 2018 14:17 by ADMIN
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: 20 Jun 2018 14:13 by ADMIN
Unplanned
Last Updated: 19 Jun 2018 11:01 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: Chart
Type: Bug Report
2
Add the ability to render points outside of the plot area when the data point value exceeds the explicitly set Min or Max values of the horizontal axis.

On Android and iOS, the line series will continue to extend off the plot area to a point that isn't rendered. Here's a screenshot, notice the line coming in from the left side of the plot area: https://www.telerik.com/clientsfiles/77e02115-6de0-4dd0-b572-5d5bc17a59b9_xamarin.jpg

On UWP, the beginning of the line series only starts on the first plot-able point. Here's a screenshot, notice the start of the line series: https://www.telerik.com/clientsfiles/d8c342e3-608b-40eb-95eb-8bd5e0dbc2e6_uwp.jpg 



Unplanned
Last Updated: 27 Apr 2018 13:28 by ADMIN