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.
Completed
Last Updated: 21 Jun 2018 13:22 by ADMIN
Available in the 2018 R2 SP release.
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
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.
Completed
Last Updated: 27 Feb 2018 10:46 by ADMIN
DateTimeContinuousAxis does not display afternoon times correctly. They appear as 'AM'
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: 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: 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.
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: 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.
1 2