File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments