Unplanned
Last Updated: 26 Feb 2018 10:34 by ADMIN
ADMIN
Stefan Nenchev
Created on: 15 Aug 2017 09:46
Category: Chart
Type: Bug Report
0
Chart: [iOS] Additional border is displayed in certain scenarios
The issue is present in a quite specific setup where а CartesianChartGrid is placed within the first column of the following Grid element:
 <Grid BackgroundColor="Red">

        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="15*" />
            <ColumnDefinition Width="10*" />
        </Grid.ColumnDefinitions>

If you change the proportions to "150*" and "101*" the issue is not present anymore.
0 comments