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 4
4
xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
5
5
xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
6
6
xmlns : local =" clr-namespace:DateTimeVerticalAxesDemo"
7
- Shell.FlyoutBehavior=" Flyout"
8
- Title =" DateTimeVerticalAxesDemo" >
7
+ Shell.FlyoutBehavior=" Disabled" >
9
8
10
9
<ShellContent
11
- Title =" Home"
12
10
ContentTemplate =" {DataTemplate local:MainPage}"
13
11
Route =" MainPage" />
14
12
Original file line number Diff line number Diff line change 21
21
22
22
<chart : SfCartesianChart .YAxes>
23
23
<chart : NumericalAxis LabelCreated =" OnNumericalAxisLabelCreated"
24
- Minimum =" {Binding Minimum}" >
24
+ Minimum =" {Binding Minimum}" >
25
25
<chart : NumericalAxis .Title>
26
26
<chart : ChartAxisTitle Text =" Check-in time (hh mm)" />
27
27
</chart : NumericalAxis .Title>
28
28
</chart : NumericalAxis >
29
29
</chart : SfCartesianChart .YAxes>
30
30
31
31
<chart : ColumnSeries ItemsSource =" {Binding Data}"
32
- XBindingPath =" Name"
33
- YBindingPath =" CheckIn" />
32
+ XBindingPath =" Name"
33
+ YBindingPath =" CheckIn" />
34
34
</chart : SfCartesianChart >
35
35
</Grid >
36
36
You can’t perform that action at this time.
0 commit comments