An exception is thrown on Android when this code is executed
this.chart1.VerticalAxis = new NumericalAxis { Minimum = 300, Maximum = 400 };
this.chart1.VerticalAxis = new NumericalAxis { Minimum = 100, Maximum = 200 };
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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)"
<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.
Available in the 2018 R2 SP release.
Available in the R3 2018 SP release.
Available in the 2018 R2 SP release.
When the Chart is zoomed, new labels are not rendered on iOS.