Unplanned
Last Updated: 13 Sep 2017 14:41 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Chart
Type: Feature Request
1

			
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: 15 Feb 2018 09:59 by ADMIN
Series labels are not displayed for horizontal BarSeries in UWP.
Unplanned
Last Updated: 09 Mar 2018 12:06 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: Chart
Type: Feature Request
1
Presently the trackball is displayed after a hold gesture. It will be a good addition to the features of the chart if the trackball can get displayed after a single tap.
Unplanned
Last Updated: 22 Mar 2018 15:15 by Jaime
Unplanned
Last Updated: 06 Dec 2023 15:42 by ADMIN
DateTimeContinuousAxis displays incorrect labels when MajorStepUnit is Month. There are two labels for some months with 31 days.
Unplanned
Last Updated: 12 Apr 2018 08:08 by ADMIN
If you have BarSeries with CombineMode set to "Stack" with zero values, the bars are placed to the maximum of the y-axis. 
As a work-around, you would need to manually adjust the Maximum value of the vertical axis.
Unplanned
Last Updated: 10 Jul 2018 10:15 by ADMIN
Unplanned
Last Updated: 02 Nov 2018 13:40 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: Chart
Type: Feature Request
1
Ability to set a custom Trackball details DataTemplate. This would allow for two scenarios:

- Custom Styling
- Show other values alongside data point values
Unplanned
Last Updated: 03 Aug 2018 13:52 by ADMIN
Unplanned
Last Updated: 09 Oct 2018 15:00 by ADMIN
Unplanned
Last Updated: 27 Nov 2018 15:07 by ADMIN
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: 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: 25 Apr 2019 08:18 by ADMIN
Created by: Michael
Comments: 3
Category: Chart
Type: Feature Request
1

Hi there,

 

I would like to have support for selecting a slice of the piechart from code-behind. I have have looked into the chart and series properties but found no selectable datapoints property. The chartSelectionBehavior offers a ClearSelection method and the readonly SelectedPoints property, but nothing to add a selected point.

 

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: 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: 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: 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: 07 Apr 2021 06:37 by Stefan
Applying ChartTrackBallBehavior to a CartesianChart with ScatterLine/ScatterPoint series does not take any effect.