Completed
Last Updated: 20 Jun 2018 14:15 by ADMIN
ADMIN
Georgi
Created on: 01 Nov 2017 16:59
Category: Chart
Type: Bug Report
0
Chart: [iOS] The strip lines are visible by default for Line series
It is inconsistent with Android where the lines are not present and the background is transparent.

Workaround: 

<telerikChart:RadCartesianChart.Grid>
                <telerikChart:CartesianChartGrid x:Name="grid" StripLinesVisibility="None" />
</telerikChart:RadCartesianChart.Grid>

or:

chart.Grid = new CartesianChartGrid() { StripLinesVisibility = GridLineVisibility.None };

Available in the 2018 R2 SP release.
0 comments