Completed
Last Updated: 18 Oct 2017 15:06 by ADMIN
A possible workaround is to manually set the MajorStepUnit and the MajorStep properties according to your setup.

Edit: Avalable in R3 2017 SP release.
Unplanned
Last Updated: 29 Mar 2018 11:49 by ADMIN
Bars are too thin in iOS when items are per day.
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.
Completed
Last Updated: 20 Jun 2018 14:17 by ADMIN
Completed
Last Updated: 18 Oct 2018 11:50 by ADMIN
Available in the R3 2018 SP release.
Completed
Last Updated: 13 May 2020 13:02 by ADMIN
Release R2 2020
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
Declined
Last Updated: 30 Nov 2018 14:24 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".