Completed
Last Updated: 11 Oct 2023 08:02 by ADMIN
Release 6.3.0
Dynamic change of the Stroke property of the ScatterSplineSeries has no effect in Android, the stroke is not changed.

 

Workaround:

Change the Palette.

ChartPalette chartPalette = new ChartPalette();
chartPalette.Entries.Add(new PaletteEntry { FillColor = Colors.LightBlue, StrokeColor = Colors.LightGreen });
this.chart.Palette = chartPalette;

 

Completed
Last Updated: 18 Aug 2023 09:43 by ADMIN
Release 6.1.0
I would like the legend to be in the upper right of the chart. Tried the "HorizontalOptions="End", but that didn't change the position. I also tried HorizontalOptions="Center" and that didn't move the legend either.
Completed
Last Updated: 15 Mar 2023 12:20 by ADMIN
Release 5.1.0

I have a RadPieChart in my application. When removing the app from the backstack and service is running, then opening the app from the notification, the app crashes with: 

 

Java.Lang.IllegalStateException: ChildNode is already parented by a ChartElement instance.

 

 

Completed
Last Updated: 15 Mar 2023 11:31 by ADMIN
Release 5.1.0

When adding a plot band annotation to the date time axis, it is not applied on MacCatalyst and iOS. In addition if using binding, an exception is thrown.  

System.ArgumentNullException: Value cannot be null.
Parameter name: minimum
  at TelerikUI.TKRange..ctor (Foundation.NSObject minimum, Foundation.NSObject maximum) 

 

It works on Android and WinUI

Completed
Last Updated: 15 Mar 2023 11:30 by ADMIN
Release 5.1.0
When using DateTimeAxis and the chart data points use milliseconds, the axis does not display the milliseconds correctly. 
Completed
Last Updated: 15 Mar 2023 11:30 by ADMIN
Release 5.1.0

An exception is thrown when setting the ChartPallete FillColor property. The issue is reproduced on all platforms.

Workaround:

Also set the StrokeColor property.

<telerik:ChartPalette>
    <telerik:ChartPalette.Entries>
        <telerik:PaletteEntry FillColor="Red" StrokeColor ="Yellow"/>
        <telerik:PaletteEntry FillColor="Gray" StrokeColor ="Yellow" />
        <telerik:PaletteEntry FillColor="Blue" StrokeColor ="Yellow"/>
    </telerik:ChartPalette.Entries>
</telerik:ChartPalette>

 

Completed
Last Updated: 13 Jul 2022 10:37 by ADMIN
Release Release 2.1.0
On iOS, when using the TrackBall behavior, if the graph is zoomed at all when trying to move side to side it scrolls the graph rather than moving the line/info box.
Completed
Last Updated: 13 Jul 2022 10:35 by ADMIN
Release Release 2.1.0
Trackball and Tooltip throw 

Android.Views.WindowManagerBadTokenException: 'Unable to add window -- token null is not valid; is your activity running?'

Exception
Completed
Last Updated: 13 Jul 2022 10:35 by ADMIN
Release Release 2.1.0

Series labels are not properly rotated with LabelFitMode set to "Rotate".

On iOS it seems the issue happens only on simulator, on iPhone device the labels are aligned (rotated) as expected.

Completed
Last Updated: 13 Jul 2022 10:34 by ADMIN
Release Release 2.1.0

Legend is not fully visualized, the square color is missing, only the text is displayed.
on iOS it seems the issue happens only on simulator, on iPhone device SE 2022 the legend is  fully displayed