Unplanned
Last Updated: 06 May 2021 12:57 by ADMIN
When the tooltip is displayed at a certain data point and the data is updated from code-behind, the tooltip stays with wrong data. The expected behavior is the tooltip to be hidden in such case.
Unplanned
Last Updated: 07 Apr 2021 06:37 by Stefan
Applying ChartTrackBallBehavior to a CartesianChart with ScatterLine/ScatterPoint series does not take any effect.
Unplanned
Last Updated: 19 Feb 2021 18:04 by RAMAKANT
Created by: RAMAKANT
Comments: 6
Category: Chart
Type: Bug Report
1

Hi Team,

If you set the PanOffset in XAML, it is not applied. 

Does not work:

<telerikChart:RadCartesianChart x:Name="MyChart"  Zoom="2, 1"  PanOffset="-400,0" >

I would expect that the RadChartView renderer would be responsible for handling this after the control is loaded and the series/axis is rendered (see workaround).

Workaround

If I subscribe to the ChartView's NativeControlLoaded event and wait approx 100ms before calling PanOffset, it will work.

e.g.

<telerikChart:RadCartesianChart x:Name="MyChart"  Zoom="2, 1" 
                                                     NativeControlLoaded="MyChart_OnNativeControlLoaded">

private async void MyChart_OnNativeControlLoaded(object sender, EventArgs e)
{
    await Task.Delay(100);
    
    MyChart.PanOffset = new Point(-400, 0);
}

Takeaway and Action Requested

The takeaway, and basis of this Bug Report, is that the control should internally perform this delay check and set the PanOffset.

This will enable MVVM scenarios because (I originally wanted to bind the PanOffset value from my view model).

Thank you,

Ramakant

Unplanned
Last Updated: 13 Jan 2021 15:12 by ADMIN
In the case of stacked column chart (Chart with BarSeries with Stack CombineMode), and if the data contains negative values, series labels are displayed at the correct position.
Unplanned
Last Updated: 04 May 2020 10:38 by ADMIN
When the chart is zoomed/panned and the data is refreshed asynchronously, the app locks up and eventually crashes on iOS with  NSInvalidArgumentException.
Unplanned
Last Updated: 01 Apr 2020 11:33 by ADMIN
when applying custom label formatter to wrap the categorical axis label text, the text is not wrapped. It works fine on iOS and UWP.
Unplanned
Last Updated: 01 Apr 2020 08:47 by ADMIN

If you have the following PieChart with donut series definition:

<telerikChart:RadPieChart HeightRequest="200" 
                          WidthRequest="200">
    <telerikChart:RadPieChart.Series>
        <telerikChart:DonutSeries ShowLabels="True"
                                  ValueBinding="Value"
                                  ItemsSource="{Binding Data}" />
        <telerikChart:DonutSeries ShowLabels="True"
                                  RadiusFactor="0.45"
                                  ValueBinding="Value"
                                  ItemsSource="{Binding Data1}" />
    </telerikChart:RadPieChart.Series>
</telerikChart:RadPieChart>

On android works as expected:

On iOS the series are overlapped and not visualized as expected. The radius factor is not respected

On UWP the second donut series in not visualized and the radius factor is not respected.

Unplanned
Last Updated: 20 Feb 2020 13:59 by ADMIN
If the series is added after the page constructor, the vertical axis labels are not shown.

As a workaround, create the series in the constructor and set its ItemsSource at a later stage.
Unplanned
Last Updated: 12 Nov 2019 12:55 by ADMIN

As of the latest release (10/04/2019) RadPieChart with a PieSeries having LabelBinding set to a property name, and ShowLabels set to True, with the list of data bound to ItemsSource containing one or more empty pie slices (a null in the list), causes a System.Reflection.TargetException to be thrown on load of the page containing the chart in iOS (this scenario works fine in UWP).

I am using the latest available Visual Studio 2019 (16.3.5) and the latest available Xamarin.Forms package (4.2.0.848062) and testing on an iPad with iOS 13.1.  The reason I need to have a null value in the list is so that the custom color palette I'm applying will always apply the same colors to the same data points (pie slices), even though in some cases, zero or one or two of the three pie slices will have no data value (and so should not appear in the chart, but still "use up" the corresponding color in the 3 colors of the palette).

In the 08/02/2019 release, this scenario worked fine in iOS (the 09/13/2019 release had the https://feedback.telerik.com/xamarin/1431067-chart-ios-invalidcastexception-is-thrown-when-the-chart-is-loaded issue, which is now resolved in the 10/04/2019 release, but which prevented my testing in iOS since in my app I had RadCartesianCharts on the same pages as the RadPieCharts).

The newly broken functionality in iOS could possibly be related to two other items that are marked completed:
https://feedback.telerik.com/xamarin/1366403-piechart-tooltip-behavior-is-not-working-properly (in 10/04/2019 release)
https://feedback.telerik.com/xamarin/1365842-chart-null-value-support (in R3 2018 SP release)

Unplanned
Last Updated: 05 Nov 2019 11:08 by ADMIN
If you clear the collection bound to the series ItemsSource and add new items to it, the changes are not reflected on the Chart
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.
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" />