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.
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.
Completed
Last Updated: 21 Jun 2018 13:22 by ADMIN
Available in the 2018 R2 SP release.
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: 13 May 2020 12:53 by ADMIN
Release R2 2020

When you have a Chart instance with fixed size and it's larger than the screen size, the Chart is not rendered and the following error is displayed in the VS output:

"RadExtendedCartesianChartView not displayed because it is too large to fit into a software layer (or drawing cache)"


			
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
Completed
Last Updated: 14 Nov 2018 12:27 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 13 May 2020 12:54 by ADMIN
Release R2 2020
Completed
Last Updated: 09 Nov 2018 13:45 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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".
Completed
Last Updated: 20 Feb 2019 12:48 by ADMIN
StrokeColor and Labels colors are not properly mapped in native Chart.
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: 04 Feb 2019 14:25 by ADMIN
The iOS Chart raises an exception when null values are added at runtime
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: 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: 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: 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: 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.