Completed
Last Updated: 23 Oct 2019 12:25 by ADMIN
Release R3 2019 SP
ADMIN
Created by: Yana
Comments: 2
Category: Chart
Type: Bug Report
4
When the Chart is zoomed, new labels are not rendered on iOS.
Unplanned
Last Updated: 17 Oct 2019 14:11 by ADMIN
When the series data is updated and axis labels are redrawn, occasionally the default DateTime format is shown in DateTimeContinuousAxis.
Completed
Last Updated: 04 Oct 2019 14:46 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
Loading Chart on iOS raises an exception of type InvalidCastException.
Completed
Last Updated: 04 Oct 2019 14:43 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
ADMIN
Created by: Didi
Comments: 2
Category: Chart
Type: Bug Report
6

			
Completed
Last Updated: 23 Jul 2019 05:09 by ADMIN
Release 2019.2.708 (R2 2019 minor release)
If customers set bindings to these properties and try to set range from negative to positive values (e.g. from -0.5 to 0.5) the bindings are not applied as expected.
Unplanned
Last Updated: 16 Jul 2019 09:51 by ADMIN

If you have a Chart with BarSeries and TooltipBehavior defined, the tooltip of each bar is shown only when the user taps in the area around the tip of the bar.

The expected behavior is the tooltip to be displayed when clicking anywhere on the bar.

Unplanned
Last Updated: 15 Jul 2019 08:38 by ADMIN
When you set custom stroke to ScatterLineSeries, the colors in the RadLegend are not updated.
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: 24 Apr 2019 12:35 by ADMIN
Setting SelectedPointOffset and RadiusFactor in DonutSeries or PieSeries causes unexpected behavior when selecting a pie piece in the chart.
Unplanned
Last Updated: 05 Apr 2019 08:19 by ADMIN
Once the data of the bar chart is changed, the selection behavior does not fire. The issue is reproducible when the chart is placed inside AnimationPanel,
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: 22 Mar 2019 13:18 by ADMIN
SelectionChanged event of the Chart SelectionBehavior is not raised for LineSeries when DataPointSelectionMode is "Single" and  SeriesSelectionMode is "None".  

Unplanned
Last Updated: 11 Mar 2019 08:39 by ADMIN

If we have a Chart with combined barseries and lineseries, and the lineseries is added first, the bars are misaligned - they are not placed in the center of the axis label on Android.

As a workaround, make sure to add first the barseries, then the lineseries.

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" />

Completed
Last Updated: 20 Feb 2019 12:48 by ADMIN
StrokeColor and Labels colors are not properly mapped in native Chart.
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".
Declined
Last Updated: 30 Nov 2018 14:24 by ADMIN