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: 29 Dec 2017 12:57 by ADMIN
LineSeries.Stroke and StrokeThickness are not applied when Palette is set
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.
Completed
Last Updated: 27 Feb 2018 10:46 by ADMIN
DateTimeContinuousAxis does not display afternoon times correctly. They appear as 'AM'
Unplanned
Last Updated: 26 Feb 2018 10:34 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Chart
Type: Bug Report
0
The issue is present in a quite specific setup where а CartesianChartGrid is placed within the first column of the following Grid element:
 <Grid BackgroundColor="Red">

        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="15*" />
            <ColumnDefinition Width="10*" />
        </Grid.ColumnDefinitions>

If you change the proportions to "150*" and "101*" the issue is not present anymore.
Completed
Last Updated: 26 Feb 2018 10:33 by N Mackay
With the current release the chart does not update its series (and axis) when the BindingContext is set on a button click.

Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Completed
Last Updated: 05 Apr 2018 11:36 by ADMIN
When you declare a specific CalendarAppointmentsStyle and assign it to the AppointmentsStyle property of the RadCalendar - it is not respected. However, if you try to set it in the NativeControlLoaded event, the changes are correctly applied. 

Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
Bars are too thin in iOS when items are per day.
Completed
Last Updated: 18 Oct 2018 11:45 by ADMIN
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2017 15:06 by ADMIN
A possible workaround is to manually set the MajorStepUnit and the MajorStep properties according to your setup.

Edit: Avalable in R3 2017 SP release.
Unplanned
Last Updated: 27 Jun 2017 12:07 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Chart
Type: Bug Report
0

			
Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
Unplanned
Last Updated: 03 Apr 2018 11:36 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 2
Category: Chart
Type: Bug Report
1
This is visible only with longer labels, check the attached image.
Completed
Last Updated: 20 Mar 2020 13:18 by ADMIN
Release 2020.1.313 (R1 2020 minor release)
After setting the MajorLinesVisibility property to GridLineVisibility.Xy only the Y lines are showing up.
Completed
Last Updated: 26 Feb 2018 16:34 by ADMIN
After setting properties like FillColor, LineColor, LineThickess, etc. they are overridden by the Chart default palette.

Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Completed
Last Updated: 18 Oct 2017 15:01 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: Chart
Type: Bug Report
0
Categorical series that have multiple data points in the same category do not stack correctly.

Edit: Avalable in R3 2017 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.
Completed
Last Updated: 23 Jul 2019 05:09 by ADMIN
Release 2019.2.708 (R2 2019 minor release)
If customers set bindings to these properties and try to set range from negative to positive values (e.g. from -0.5 to 0.5) the bindings are not applied as expected.