|
147 | 147 | </Grid>
|
148 | 148 | </DataTemplate>
|
149 | 149 | <DataTemplate x:Key="Data0">
|
150 |
| - <Grid |
151 |
| - Margin="0,8,8,8" |
152 |
| - Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
| 150 | + <Grid Margin="0,8,8,8" Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
153 | 151 |
|
154 | 152 | <Grid.RowDefinitions>
|
155 | 153 | <RowDefinition Height="8" />
|
|
219 | 217 | </Border>
|
220 | 218 | <TextBlock
|
221 | 219 | Grid.Row="3"
|
222 |
| - Grid.ColumnSpan="3" Grid.Column="0" |
| 220 | + Grid.Column="0" |
| 221 | + Grid.ColumnSpan="3" |
223 | 222 | HorizontalAlignment="Center"
|
224 | 223 | VerticalAlignment="Center"
|
225 | 224 | Foreground="{DynamicResource SystemControlBackgroundBaseMediumLowBrush}"
|
|
419 | 418 | </Grid>
|
420 | 419 | </DataTemplate>
|
421 | 420 | <DataTemplate x:Key="Data1">
|
422 |
| - <Grid |
423 |
| - Margin="8" |
424 |
| - Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
| 421 | + <Grid Margin="8" Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
425 | 422 |
|
426 | 423 | <Grid.RowDefinitions>
|
427 | 424 | <RowDefinition Height="8" />
|
|
491 | 488 | </Border>
|
492 | 489 | <TextBlock
|
493 | 490 | Grid.Row="3"
|
494 |
| - Grid.ColumnSpan="3" Grid.Column="0" |
| 491 | + Grid.Column="0" |
| 492 | + Grid.ColumnSpan="3" |
495 | 493 | HorizontalAlignment="Center"
|
496 | 494 | VerticalAlignment="Center"
|
497 | 495 | Foreground="{DynamicResource SystemControlBackgroundBaseMediumLowBrush}"
|
|
691 | 689 | </Grid>
|
692 | 690 | </DataTemplate>
|
693 | 691 | <DataTemplate x:Key="Data2">
|
694 |
| - <Grid |
695 |
| - Margin="8" |
696 |
| - Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
| 692 | + <Grid Margin="8" Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
697 | 693 |
|
698 | 694 | <Grid.RowDefinitions>
|
699 | 695 | <RowDefinition Height="8" />
|
|
763 | 759 | </Border>
|
764 | 760 | <TextBlock
|
765 | 761 | Grid.Row="3"
|
766 |
| - Grid.ColumnSpan="3" Grid.Column="0" |
| 762 | + Grid.Column="0" |
| 763 | + Grid.ColumnSpan="3" |
767 | 764 | HorizontalAlignment="Center"
|
768 | 765 | VerticalAlignment="Center"
|
769 | 766 | Foreground="{DynamicResource SystemControlBackgroundBaseMediumLowBrush}"
|
|
1033 | 1030 | </Border>
|
1034 | 1031 | <TextBlock
|
1035 | 1032 | Grid.Row="3"
|
1036 |
| - Grid.ColumnSpan="3" Grid.Column="0" |
| 1033 | + Grid.Column="0" |
| 1034 | + Grid.ColumnSpan="3" |
1037 | 1035 | HorizontalAlignment="Center"
|
1038 | 1036 | VerticalAlignment="Center"
|
1039 | 1037 | Foreground="{DynamicResource SystemControlBackgroundBaseMediumLowBrush}"
|
|
1104 | 1102 | </DataTemplate>
|
1105 | 1103 |
|
1106 | 1104 | <DataTemplate x:Key="Chart4">
|
1107 |
| - <Grid Margin="0,8,8,0" Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
| 1105 | + <Grid Margin="8,8,8,0" Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
1108 | 1106 | <lvc:CartesianChart
|
1109 | 1107 | Margin="8"
|
1110 | 1108 | DisableAnimations="True"
|
|
1303 | 1301 | </Border>
|
1304 | 1302 | <TextBlock
|
1305 | 1303 | Grid.Row="3"
|
1306 |
| - Grid.ColumnSpan="3" Grid.Column="0" |
| 1304 | + Grid.Column="0" |
| 1305 | + Grid.ColumnSpan="3" |
1307 | 1306 | HorizontalAlignment="Center"
|
1308 | 1307 | VerticalAlignment="Center"
|
1309 | 1308 | Foreground="{DynamicResource SystemControlBackgroundBaseMediumLowBrush}"
|
|
1374 | 1373 | </DataTemplate>
|
1375 | 1374 |
|
1376 | 1375 | <DataTemplate x:Key="Chart5">
|
1377 |
| - <Grid Margin="0,8,8,0" Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
| 1376 | + <Grid Margin="8,8,8,0" Background="{DynamicResource SystemControlBackgroundChromeMediumBrush}"> |
1378 | 1377 | <lvc:CartesianChart
|
1379 | 1378 | Margin="8"
|
1380 | 1379 | DisableAnimations="True"
|
|
1573 | 1572 | </Border>
|
1574 | 1573 | <TextBlock
|
1575 | 1574 | Grid.Row="3"
|
1576 |
| - Grid.ColumnSpan="3" Grid.Column="0" |
| 1575 | + Grid.Column="0" |
| 1576 | + Grid.ColumnSpan="3" |
1577 | 1577 | HorizontalAlignment="Center"
|
1578 | 1578 | VerticalAlignment="Center"
|
1579 | 1579 | Foreground="{DynamicResource SystemControlBackgroundBaseMediumLowBrush}"
|
|
0 commit comments