Unplanned
Last Updated: 14 Feb 2024 06:09 by ADMIN

Labels in bar series are cut, when setting the labels VerticalAligment to Top:

Unplanned
Last Updated: 16 Jan 2024 07:58 by Fred
If the Chart control is nested inside a ScrollView, it is not sized properly on Android - it seems it occupies the available space, but the chart itself ( the axes and the series) are shrunk in size.
Unplanned
Last Updated: 19 Nov 2023 15:06 by ADMIN
If you access the native chart control and made some customization on handler changed, the customizations are reset when series are updated. 
Unplanned
Last Updated: 10 Nov 2023 12:46 by Component

On WinUI: Two PieSeries are displayed. 

On Android: Crash occurs

On iOS: negative value is displayed in chart

Unplanned
Last Updated: 18 Oct 2023 14:26 by ADMIN

Hi

I have the following chart

      <telerik:RadPieChart Grid.Row="1">
        <telerik:RadPieChart.Series>
          <telerik:DonutSeries ItemsSource="{Binding CurrencyAllocation}" x:Name="CurrSeries"
                               LabelBinding="Item1"
                               ValueBinding="Item2"
                               ShowLabels="True"
                               AllowSelect="True"
                               SelectedPointOffset="0.1"/>
        </telerik:RadPieChart.Series>
        <telerik:RadPieChart.ChartBehaviors>
          <telerik:ChartSelectionBehavior DataPointSelectionMode="Single"
                                          SeriesSelectionMode="None"
                                          SelectionChanged="Chart_SelectionChanged" />
        </telerik:RadPieChart.ChartBehaviors>
      </telerik:RadPieChart>

As soon as I set the SelectedDataPointOffset to a lowish value, no matter whether it's 0.5, 0.1, 0.01, 0.001 or even 0.0000001, the offset when selecting the data point is always the same and it's so large that it's unusable, as you can see in the following screenshot.

 

As an additional issue, if i set the offset to 0.9, i get an exception

'RelativeOffsetFromCenter is not valid! The possible values are in the [0, 1] interval.'

as soon as I select a segment. 0.9 obviously is in the [0, 1] interval.

 

 

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;

 

Unplanned
Last Updated: 01 Sep 2023 10:11 by Steve

Improve performance when adding many series and data points are constantly added and increased
For example chart slows the performance when 4th series with many data points are added. 

For the test, I have used ScatterLine series.

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.
Unplanned
Last Updated: 02 Aug 2023 14:08 by ADMIN
When setting StrokeThickness to the ScatterLineSeries  the app crashes on iOS and MacCatalyst
Unplanned
Last Updated: 02 Aug 2023 12:29 by ADMIN

Hi Team,

Only on iOS, an app will crash if the CartesianGridLineAnnotation's Value is not set. On Windows and Android, this does not occur.

Example:

<telerik:RadCartesianChart x:Name="chart">
    <telerik:RadCartesianChart.Annotations>
        <!-- PROBLEM: Crashes on iOS due to not have a default value-->
        <telerik:CartesianGridLineAnnotation x:Name="marker" Axis="{x:Reference xAxis}"/>
        
        <!-- WORKAROUND: Set a default Value -->
        <telerik:CartesianGridLineAnnotation x:Name="marker" Axis="{x:Reference xAxis}" Value="0"/>
    </telerik:RadCartesianChart.Annotations>
</telerik:RadCartesianChart>

Unplanned
Last Updated: 13 Jul 2023 11:48 by ADMIN
Created by: Marion
Comments: 1
Category: Chart
Type: Bug Report
0

Hi Team,

If you create a ScatterPointSeries, the RadLegend does not pick up the series DisplayName value. A replication project is attached, but here's a screenshot to quickly illustrate the behavior:

Thank you,

Marion

Unplanned
Last Updated: 30 Jun 2023 09:54 by Steve
When setting the Stroke of the ScatterLineSeries to something other than the default, the RadLegend icon color does does not sync to match.
 
Unplanned
Last Updated: 30 Jun 2023 07:46 by Steve

when using the flowing setup: 

<telerik:RadCartesianChart.ChartBehaviors>
                    <telerik:ChartSelectionBehavior x:Name="selection"
                                                    SeriesSelectionMode="None"
                                                    DataPointSelectionMode="Single"
                                                SelectionChanged="selection_SelectionChanged"/>
</telerik:RadCartesianChart.ChartBehaviors>

the selection behavior on data point does not fire on WInUI on Cartesian series. It works for PieSeries. 

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.

1 2