Unplanned
Last Updated: 18 Sep 2018 07:47 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: Chart
Type: Feature Request
8

			
Unplanned
Last Updated: 18 Sep 2018 07:41 by ADMIN
ADMIN
Created by: Nikolay
Comments: 2
Category: Chart
Type: Feature Request
7
The data points should allow setting shape and color to each one individually.
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.
Unplanned
Last Updated: 06 Sep 2018 14:30 by ADMIN
Currently the labels are always positioned at the corresponding datapoint
Unplanned
Last Updated: 27 Aug 2018 07:52 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: Chart
Type: Feature Request
4

			
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.  
Unplanned
Last Updated: 03 Aug 2018 13:52 by ADMIN
Unplanned
Last Updated: 10 Jul 2018 10:15 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: 03 May 2018 07:57 by ADMIN
Currently users could modify the visual appearance of the rendered axis labels, but cannot add a custom label at a specific location.
Unplanned
Last Updated: 27 Apr 2018 13:28 by ADMIN
Unplanned
Last Updated: 20 Apr 2018 10:39 by ADMIN
Unplanned
Last Updated: 12 Apr 2018 08:08 by ADMIN
If you have BarSeries with CombineMode set to "Stack" with zero values, the bars are placed to the maximum of the y-axis. 
As a work-around, you would need to manually adjust the Maximum value of the vertical axis.
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.