Unplanned
Last Updated: 23 Nov 2020 08:58 by ADMIN
Created by: Marwen
Comments: 0
Category: Chart
Type: Feature Request
1
Rework the Series property of the Chart, so it can be consumed in the view model.
Completed
Last Updated: 06 Nov 2020 14:51 by ADMIN
Release 2020.3.1106 (R3 2020 minor release)
On the Chart control, the labels of the Legend are in a different font than everywhere else on iOS.
Unplanned
Last Updated: 24 Jul 2020 15:53 by ADMIN
Allow easy exporting of a chart to a Xamarin.Forms image object. This will allow the images to be shared using social media.
Unplanned
Last Updated: 18 May 2020 14:07 by ADMIN
Currently the ticks on the axis are calculated according to the Min and Max values as well as MajorStep in even intervals. We need to provide a way to set different intervals between the ticks.
Completed
Last Updated: 13 May 2020 13:02 by ADMIN
Release R2 2020
Completed
Last Updated: 13 May 2020 12:54 by ADMIN
Release R2 2020
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: 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: 07 Apr 2020 08:53 by ADMIN

Using the RadPieChart and PieSeries (UI for Xamarin v2019.2.802.1 from NuGet), I can currently set the LabelBinding (or LabelFormat or LabelFormatter) to adjust the strings displayed in the labels on the slices of the pie chart, but unlike other chart controls, I currently have no way to modify the styling of those labels like I can in every other chart control I've used from Telerik UI for Xamarin.

It seems to me that it would be best to have more properties on the PieSeries class, like LabelFontSize, LabelFontAttributes, LabelFontFamily, LabelTextColor, and LabelMargin (Label prefix to distinguish from LegendTitleBinding could be kept or discarded as desired on some of these names).

LabelMargin would be particularly helpful to eliminate the UWP situation wherein currently all pie slice labels overlap with the outer lighter ring of the pie chart (see image from UWP).  The others just seem needed to maintain a consistent appearance of charts within an app - if all my chart labels are dark blue and a different font size and style except for the not-style-able black labels in pie charts, that makes pie charts hard to incorporate without looking bad or forcing styling elsewhere to match the pie charts' fixed values.

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.

Completed
Last Updated: 20 Mar 2020 13:18 by ADMIN
Release 2020.1.313 (R1 2020 minor release)
After setting the MajorLinesVisibility property to GridLineVisibility.Xy only the Y lines are showing up.
Unplanned
Last Updated: 18 Mar 2020 12:55 by ADMIN
Created by: Mayank
Comments: 0
Category: Chart
Type: Feature Request
0
I want to create Drill-down charts in my xamarin.forms application. Please provide this functionality in Telerik UI for Xamarin Chart control. I want to drill-down from any type of chart to any type of chart for e.g Line chart can drill down to bar or pie chart.
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: 23 Jan 2020 14:20 by ADMIN
Created by: n/a
Comments: 0
Category: Chart
Type: Feature Request
1
Add support for funnel chart
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
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.