Unplanned
Last Updated: 30 Jan 2019 09:31 by ADMIN

When navigate to page with ScrollView and charts through PushAsync method and its animation option is true, the ScrollView freezes.

Navigation.PushAsync (new ChartsPage (), true); // ScrollView freezes

Workaround:

Navigation.PushModalAsync (new ChartsPage (), true); // ScrollView does not freeze
Navigation.PushAsync (new ChartsPage ()); // ScrollView does not freeze


Unplanned
Last Updated: 18 Jan 2019 11:52 by ADMIN
Two of the bar series used CombineMode="Stack" and one - CombineMode="Cluster". The BarSeries with CombineMode="Cluster" overlaps the series with CombineMode="Stack".
Unplanned
Last Updated: 18 Jan 2019 09:55 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: Chart
Type: Feature Request
2
Request for polar axis series types:

- Radar Series
- Phasor
- Polar
Declined
Last Updated: 30 Nov 2018 14:24 by ADMIN
Unplanned
Last Updated: 27 Nov 2018 15:07 by ADMIN
Completed
Last Updated: 14 Nov 2018 12:27 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 09 Nov 2018 13:45 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Unplanned
Last Updated: 09 Nov 2018 09:26 by Michel
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: Chart
Type: Feature Request
7
In some cases, a redundant extra tick is drawn when using a DateTimeContinuousAxis. 
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
Completed
Last Updated: 24 Oct 2018 08:23 by ADMIN
NSRangeException is thrown when second series has more items than the first one on iOS.

Available in the R3 2018 SP release.
Completed
Last Updated: 24 Oct 2018 06:13 by ADMIN
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 12:00 by ADMIN
ADMIN
Created by: Nikolay
Comments: 10
Category: Chart
Type: Feature Request
13
Null value support for Chart for Xamarin Forms, so that if there is a null value, a line chart should appear "disconnected" at the point where the nulls are.


Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:56 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: Chart
Type: Bug Report
0
<telerikChart:RadCartesianChart.Grid>
    <telerikChart:CartesianChartGrid MajorLinesVisibility="Y"
                                                         StripLinesVisibility="Y"
                                                         MajorLineThickness="5"/>
</telerikChart:RadCartesianChart.Grid>

MajorLineThickness isn't applied on Android, the line thickness remains the same regardless of value set in the CatersianChartGrid definition.


Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:54 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: Chart
Type: Bug Report
0
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:50 by ADMIN
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:45 by ADMIN
Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:42 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 6
Category: Chart
Type: Bug Report
7
The chart BindingContext does not propagate correctly to some of its children, e.g. axes and grid.

Available in the R3 2018 SP release.
Unplanned
Last Updated: 09 Oct 2018 15:00 by ADMIN