Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
Currently, depending on the platform, the first piece of the pie is drawn at 3 or 9 o'clock. It should be possible for the developer to set the starting point to be 12 o'clock.
Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: Chart
Type: Bug Report
0
Labels of the axis can get trimmed when data is updated at runtime.
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.
Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
Currently the Annotation is always rendered on top of the series. Add a feature that will allow setting the series above the chart annotation. 
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.
Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
Provide more control over the series rendering
Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
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: 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.
Duplicated
Last Updated: 21 Jan 2021 12:54 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Chart
Type: Feature Request
0

			
Completed
Last Updated: 27 Feb 2018 10:46 by ADMIN
DateTimeContinuousAxis does not display afternoon times correctly. They appear as 'AM'
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.
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: 29 Dec 2017 12:57 by ADMIN
LineSeries.Stroke and StrokeThickness are not applied when Palette is set
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.
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
Unplanned
Last Updated: 13 Mar 2018 09:04 by ADMIN
Unplanned
Last Updated: 10 Apr 2018 07:07 by Xamarin
When added in page content dynamically  RadPieChart shows its original size correctly and then coerce to 200,200 size.
Unplanned
Last Updated: 20 Apr 2018 10:39 by ADMIN
Unplanned
Last Updated: 27 Apr 2018 13:28 by ADMIN