Unplanned
Last Updated: 23 Jul 2019 15:45 by ADMIN
Created by: Patrick
Comments: 1
Category: Chart
Type: Feature Request
0
Allow customers to set rotation of the labels of the separate bars in a similar manner as their format.
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: 12 Jun 2019 14:37 by ADMIN
In the case of multiple axes, provide the possibility to add a third y-axis in the middle of a RadCartesianChart.
Unplanned
Last Updated: 09 May 2019 08:39 by ADMIN
When you have some Series defined and dynamically clear and add new Series, those are not displayed correctly on iOS - it seems the vertical axis is not extended, and all the data points are visualized on the horizontal axis.
Unplanned
Last Updated: 06 May 2019 13:05 by ADMIN
If the user pinches in the vertical direction, only the Y-Axis should zoom and the x-axis scale should remain the same.

If the user pinches in the horizontal direction, only the X-Axis should zoom and the y-axis scale should remain the same.
Unplanned
Last Updated: 20 Apr 2018 10:39 by ADMIN
Unplanned
Last Updated: 27 Apr 2018 13:28 by ADMIN
Unplanned
Last Updated: 01 Apr 2019 10:50 by ADMIN
The issue seems to be down to the width - either calculated or set. Some widths seem to cause the lines to appear - refer to the attached chart_grey_lines.png file.

Workaround: manually calculate the screen width upon load and to set the width to a corresponding lookup value
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: 21 Jun 2018 13:11 by ADMIN
When LabelFitMode is None,  "\n" is not taken into consideration.
Unplanned
Last Updated: 01 Mar 2019 13:12 by ADMIN

When Custom Palette is used and FillColor is set, the color is not applied to the line series.

As a workaround set the both properties of the PaletteEntry: FillColor and SrtokeColor: 

<telerikChart:PaletteEntry  FillColor="Red" StrokeColor="Red" />

Unplanned
Last Updated: 04 Feb 2019 14:25 by ADMIN
The iOS Chart raises an exception when null values are added at runtime
Unplanned
Last Updated: 30 Jan 2019 09:31 by ADMIN

When navigate to page with ScrollView and charts through PushAsync method and its animation option is true, the ScrollView freezes.

Navigation.PushAsync (new ChartsPage (), true); // ScrollView freezes

Workaround:

Navigation.PushModalAsync (new ChartsPage (), true); // ScrollView does not freeze
Navigation.PushAsync (new ChartsPage ()); // ScrollView does not freeze


Unplanned
Last Updated: 18 Jan 2019 11:52 by ADMIN
Two of the bar series used CombineMode="Stack" and one - CombineMode="Cluster". The BarSeries with CombineMode="Cluster" overlaps the series with CombineMode="Stack".
Unplanned
Last Updated: 06 Sep 2018 14:30 by ADMIN
Currently the labels are always positioned at the corresponding datapoint
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.
1 2 3 4 5 6