Available in the R3 2018 SP release.
Currently users could modify the visual appearance of the rendered axis labels, but cannot add a custom label at a specific location.
When LabelFitMode is None, "\n" is not taken into consideration.
Available in the 2018 R2 SP release.
<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.
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)"
Provide the option to display text on arbitrary position - on the axis, on the data point, etc.
Currently the labels are always positioned at the corresponding datapoint
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 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 freezeWhen Custom Palette is used and FillColor is set, the color is not applied to the line series.
As a workaround set the both properties of the PaletteEntry: FillColor and SrtokeColor:
<telerikChart:PaletteEntry FillColor="Red" StrokeColor="Red" />