Skip to content

Commit 714d547

Browse files
Updated alignment
1 parent 504aa89 commit 714d547

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

DateTimeVerticalAxesDemo/AppShell.xaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
55
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
66
xmlns:local="clr-namespace:DateTimeVerticalAxesDemo"
7-
Shell.FlyoutBehavior="Flyout"
8-
Title="DateTimeVerticalAxesDemo">
7+
Shell.FlyoutBehavior="Disabled">
98

109
<ShellContent
11-
Title="Home"
1210
ContentTemplate="{DataTemplate local:MainPage}"
1311
Route="MainPage" />
1412

DateTimeVerticalAxesDemo/MainPage.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121

2222
<chart:SfCartesianChart.YAxes>
2323
<chart:NumericalAxis LabelCreated="OnNumericalAxisLabelCreated"
24-
Minimum="{Binding Minimum}">
24+
Minimum="{Binding Minimum}">
2525
<chart:NumericalAxis.Title>
2626
<chart:ChartAxisTitle Text="Check-in time (hh mm)"/>
2727
</chart:NumericalAxis.Title>
2828
</chart:NumericalAxis>
2929
</chart:SfCartesianChart.YAxes>
3030

3131
<chart:ColumnSeries ItemsSource="{Binding Data}"
32-
XBindingPath="Name"
33-
YBindingPath="CheckIn"/>
32+
XBindingPath="Name"
33+
YBindingPath="CheckIn"/>
3434
</chart:SfCartesianChart>
3535
</Grid>
3636

0 commit comments

Comments
 (0)