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 freezeIn some cases, a redundant extra tick is drawn when using a DateTimeContinuousAxis.
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.
Currently the labels are always positioned at the corresponding datapoint
Provide the option to display text on arbitrary position - on the axis, on the data point, etc.
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)"
Currently the only way to apply different colors to the bars is through the ChartPalette. Provide an option to set the color according to the bound data item.
<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.