提交了仪表的模型
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:prism="http://prismlibrary.com/"
|
||||
Width="1920"
|
||||
Height="1000"
|
||||
Height="980"
|
||||
mc:Ignorable="d">
|
||||
<UserControl.Resources>
|
||||
<Style x:Key="myHeaderStyle" TargetType="{x:Type GridViewColumnHeader}">
|
||||
@@ -27,7 +27,7 @@
|
||||
<ColumnDefinition Width="240" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="80" />
|
||||
<RowDefinition Height="40" />
|
||||
<RowDefinition />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
@@ -42,11 +42,9 @@
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
<RowDefinition />
|
||||
</Grid.RowDefinitions>
|
||||
<Button Background="Red" />
|
||||
</Grid>
|
||||
|
||||
@@ -61,7 +59,10 @@
|
||||
Foreground="White" />
|
||||
</Grid>
|
||||
|
||||
<LightChat:LightningChart x:Name="lightningChart1" Grid.Row="1" />
|
||||
<LightChat:LightningChart
|
||||
x:Name="lightningChart1"
|
||||
Grid.Row="1"
|
||||
Margin="1,0,0,2" />
|
||||
|
||||
<Border
|
||||
Grid.Row="1"
|
||||
|
||||
Reference in New Issue
Block a user