|
|
|
@ -563,13 +563,13 @@
|
|
|
|
<StackPanel>
|
|
|
|
<StackPanel>
|
|
|
|
<Grid Margin="24 24 24 16">
|
|
|
|
<Grid Margin="24 24 24 16">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<TextBlock Text="그래프" VerticalAlignment="Center"
|
|
|
|
<TextBlock Text="그래프" VerticalAlignment="Center"
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream4}" Foreground="White"/>
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream4}" Foreground="White"/>
|
|
|
|
|
|
|
|
|
|
|
|
<ComboBox Margin="15 0 0 0" Height="40" Grid.Column="1"
|
|
|
|
<ComboBox Margin="15 0 0 0" Height="35" Grid.Column="1"
|
|
|
|
Style="{StaticResource ComboBoxStyle}"
|
|
|
|
Style="{StaticResource ComboBoxStyle}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
ItemsSource="{Binding GraphTypes}"
|
|
|
|
ItemsSource="{Binding GraphTypes}"
|
|
|
|
@ -577,14 +577,14 @@
|
|
|
|
helper:ComboBoxHelper.SelectFirstOnItemsChange="True"
|
|
|
|
helper:ComboBoxHelper.SelectFirstOnItemsChange="True"
|
|
|
|
IsEditable="False" IsTextSearchEnabled="False"/>
|
|
|
|
IsEditable="False" IsTextSearchEnabled="False"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<Grid Margin="15 0 15 10">
|
|
|
|
<Grid Margin="24 0 24 16">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<TextBlock Text="X축" VerticalAlignment="Center"
|
|
|
|
<TextBlock Text="X축" VerticalAlignment="Center"
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream4}" Foreground="White"/>
|
|
|
|
<ComboBox Margin="15 0 0 0" Height="40" Grid.Column="1"
|
|
|
|
<ComboBox Margin="15 0 0 0" Height="35" Grid.Column="1"
|
|
|
|
Style="{StaticResource ComboBoxStyle}"
|
|
|
|
Style="{StaticResource ComboBoxStyle}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
ItemsSource="{Binding XFieldCandidates}"
|
|
|
|
ItemsSource="{Binding XFieldCandidates}"
|
|
|
|
@ -592,12 +592,21 @@
|
|
|
|
DisplayMemberPath="Display"/>
|
|
|
|
DisplayMemberPath="Display"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Margin="15 0" Style="{StaticResource VisibleWhenTank}">
|
|
|
|
<Grid Margin="24 0 24 16" Style="{StaticResource VisibleWhenTank}">
|
|
|
|
<TextBlock Text="수조 (복수 선택)" VerticalAlignment="Center"
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Padding="0"
|
|
|
|
|
|
|
|
Foreground="White">
|
|
|
|
|
|
|
|
<Run Text="수조" FontSize="18" FontFamily="{StaticResource SCDream4}"/>
|
|
|
|
|
|
|
|
<LineBreak/>
|
|
|
|
|
|
|
|
<Run Text="(복수 선택 가능)" FontSize="14" Foreground="#767676"/>
|
|
|
|
|
|
|
|
</TextBlock>
|
|
|
|
|
|
|
|
|
|
|
|
<Border CornerRadius="10" Margin="0 5 0 10">
|
|
|
|
|
|
|
|
<ListBox ItemsSource="{Binding TankGroups}"
|
|
|
|
<ListBox ItemsSource="{Binding TankGroups}"
|
|
|
|
|
|
|
|
Grid.Column="1" Margin="15 0 0 0"
|
|
|
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
SelectionMode="Extended"
|
|
|
|
SelectionMode="Extended"
|
|
|
|
helper:MultiSelectBehavior.SelectedDictionary="{Binding SelectedWaterTanks}"
|
|
|
|
helper:MultiSelectBehavior.SelectedDictionary="{Binding SelectedWaterTanks}"
|
|
|
|
helper:MultiSelectBehavior.KeyPath="Key"
|
|
|
|
helper:MultiSelectBehavior.KeyPath="Key"
|
|
|
|
@ -620,10 +629,9 @@
|
|
|
|
</ListBox.ItemTemplate>
|
|
|
|
</ListBox.ItemTemplate>
|
|
|
|
|
|
|
|
|
|
|
|
</ListBox>
|
|
|
|
</ListBox>
|
|
|
|
</Border>
|
|
|
|
</Grid>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Margin="15 0">
|
|
|
|
<Grid Margin="24 0">
|
|
|
|
<Grid.Resources>
|
|
|
|
<Grid.Resources>
|
|
|
|
<Style TargetType="FrameworkElement">
|
|
|
|
<Style TargetType="FrameworkElement">
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
@ -670,17 +678,17 @@
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenLine}">
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenLine}">
|
|
|
|
<Grid Style="{StaticResource VisibleWhenLine}">
|
|
|
|
<Grid Style="{StaticResource VisibleWhenLine}">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<TextBlock Text="Y축" VerticalAlignment="Center" Style="{StaticResource VisibleWhenLine}"
|
|
|
|
<TextBlock Text="Y축" VerticalAlignment="Center" Style="{StaticResource VisibleWhenLine}"
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream4}" Foreground="White"/>
|
|
|
|
<ComboBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
<ComboBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
SelectedItem="{Binding SelectedYField, Mode=TwoWay}"
|
|
|
|
SelectedItem="{Binding SelectedYField, Mode=TwoWay}"
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
DisplayMemberPath="Display" Margin="15 0 0 0"
|
|
|
|
DisplayMemberPath="Display" Margin="15 0 0 0"
|
|
|
|
Height="40" Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
Height="35" Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
|
|
@ -688,16 +696,16 @@
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenStep}">
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenStep}">
|
|
|
|
<Grid Margin="0 5 0 10">
|
|
|
|
<Grid Margin="0 5 0 10">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
<ColumnDefinition/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<TextBlock Text="필드 종류" VerticalAlignment="Center"
|
|
|
|
<TextBlock Text="필드 종류" VerticalAlignment="Center"
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream4}" Foreground="White"/>
|
|
|
|
<StackPanel Orientation="Horizontal" Grid.Column="1" HorizontalAlignment="Center">
|
|
|
|
<StackPanel Orientation="Horizontal" Grid.Column="1" HorizontalAlignment="Left" Margin="15 0">
|
|
|
|
<RadioButton x:Name="rbStatus" Content="전원/상태"
|
|
|
|
<RadioButton x:Name="rbStatus" Content="전원/상태"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
GroupName="strpPlot" Margin="0 0 30 0"
|
|
|
|
GroupName="strpPlot" Margin="0 0 30 0"
|
|
|
|
Foreground="White" FontSize="20"
|
|
|
|
Foreground="White" FontSize="16"
|
|
|
|
Style="{StaticResource MaterialDesignUserForegroundRadioButton}"
|
|
|
|
Style="{StaticResource MaterialDesignUserForegroundRadioButton}"
|
|
|
|
IsChecked="{Binding SelectedKind, Mode=TwoWay,
|
|
|
|
IsChecked="{Binding SelectedKind, Mode=TwoWay,
|
|
|
|
Converter={StaticResource EnumEqualsConverter},
|
|
|
|
Converter={StaticResource EnumEqualsConverter},
|
|
|
|
@ -705,7 +713,7 @@
|
|
|
|
<RadioButton x:Name="rbValue" Content="센서 값"
|
|
|
|
<RadioButton x:Name="rbValue" Content="센서 값"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
GroupName="strpPlot" Grid.Column="1"
|
|
|
|
GroupName="strpPlot" Grid.Column="1"
|
|
|
|
Foreground="White" FontSize="20"
|
|
|
|
Foreground="White" FontSize="16"
|
|
|
|
Style="{StaticResource MaterialDesignUserForegroundRadioButton}"
|
|
|
|
Style="{StaticResource MaterialDesignUserForegroundRadioButton}"
|
|
|
|
IsChecked="{Binding SelectedKind, Mode=TwoWay,
|
|
|
|
IsChecked="{Binding SelectedKind, Mode=TwoWay,
|
|
|
|
Converter={StaticResource EnumEqualsConverter},
|
|
|
|
Converter={StaticResource EnumEqualsConverter},
|
|
|
|
@ -713,21 +721,40 @@
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Margin="0 5 0 0">
|
|
|
|
<Grid Margin="0 5 0 0">
|
|
|
|
<TextBlock Text="Y축 (복수 선택)" VerticalAlignment="Center"
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<TextBlock VerticalAlignment="Top" Foreground="White">
|
|
|
|
|
|
|
|
<Run Text="Y축" FontSize="18" FontFamily="{StaticResource SCDream4}"/>
|
|
|
|
|
|
|
|
<LineBreak/>
|
|
|
|
|
|
|
|
<Run Text="(복수 선택 가능)" FontSize="14" Foreground="#767676"/>
|
|
|
|
|
|
|
|
</TextBlock>
|
|
|
|
<!-- SelectedItems 바인딩을 위한 간단 Behavior는 아래 3) 참고 -->
|
|
|
|
<!-- SelectedItems 바인딩을 위한 간단 Behavior는 아래 3) 참고 -->
|
|
|
|
<Border CornerRadius="10" Background="White" Margin="0 5">
|
|
|
|
<Border CornerRadius="10"
|
|
|
|
|
|
|
|
Margin="15 0 0 0" Grid.Column="1">
|
|
|
|
<ListBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
<ListBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
DisplayMemberPath="Display"
|
|
|
|
|
|
|
|
SelectionMode="Extended"
|
|
|
|
SelectionMode="Extended"
|
|
|
|
helper:MultiSelectBehavior.SelectedItems="{Binding SelectedYFields, Mode=OneWay}"
|
|
|
|
helper:MultiSelectBehavior.SelectedItems="{Binding SelectedYFields, Mode=OneWay}"
|
|
|
|
Height="Auto" Background="White"
|
|
|
|
Height="Auto" Background="White"
|
|
|
|
FontSize="14" FontWeight="Bold"
|
|
|
|
FontSize="14" FontWeight="Bold"
|
|
|
|
FontFamily="{StaticResource SCDream5}"
|
|
|
|
FontFamily="{StaticResource SCDream5}"
|
|
|
|
Style="{StaticResource MaterialDesignFilterChipListBox}"/>
|
|
|
|
Style="{StaticResource MaterialDesignFilterChipListBox}"
|
|
|
|
|
|
|
|
ItemContainerStyle="{StaticResource ListBoxItemStyle}">
|
|
|
|
|
|
|
|
<ListBox.ItemTemplate>
|
|
|
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
|
|
|
<ToggleButton Content="{Binding Display}"
|
|
|
|
|
|
|
|
Focusable="False"
|
|
|
|
|
|
|
|
IsChecked="{Binding IsSelected,
|
|
|
|
|
|
|
|
RelativeSource={RelativeSource AncestorType=ListBoxItem}}"
|
|
|
|
|
|
|
|
Style="{StaticResource CircleCheckToggleButtonStyle}"
|
|
|
|
|
|
|
|
Margin="12 0"/>
|
|
|
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
|
|
|
</ListBox.ItemTemplate>
|
|
|
|
|
|
|
|
</ListBox>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</StackPanel>
|
|
|
|
</Grid>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- SCATTER: 단일 Y + 옵션 -->
|
|
|
|
<!-- SCATTER: 단일 Y + 옵션 -->
|
|
|
|
@ -741,7 +768,7 @@
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
<ComboBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
<ComboBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
SelectedItem="{Binding SelectedYField}"
|
|
|
|
SelectedItem="{Binding SelectedYField}"
|
|
|
|
DisplayMemberPath="Display" Height="40"
|
|
|
|
DisplayMemberPath="Display" Height="35"
|
|
|
|
Grid.Column="1" Grid.ColumnSpan="3" Margin="15 0 0 0"
|
|
|
|
Grid.Column="1" Grid.ColumnSpan="3" Margin="15 0 0 0"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
@ -792,7 +819,7 @@
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
<ComboBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
<ComboBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
SelectedItem="{Binding SelectedYField}"
|
|
|
|
SelectedItem="{Binding SelectedYField}"
|
|
|
|
DisplayMemberPath="Display" Height="40"
|
|
|
|
DisplayMemberPath="Display" Height="35"
|
|
|
|
Grid.Column="1" Margin="15 0 0 0"
|
|
|
|
Grid.Column="1" Margin="15 0 0 0"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
@ -819,14 +846,18 @@
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Grid.Row="1" Margin="15 0">
|
|
|
|
<StackPanel Orientation="Horizontal" Grid.Row="1">
|
|
|
|
<CheckBox Content="범례 표시" IsChecked="{Binding ShowLegends}"
|
|
|
|
<CheckBox IsChecked="{Binding ShowLegends}"
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream4}" Foreground="White"
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream4}" Foreground="#264A60"
|
|
|
|
Margin="0 0 15 0" VerticalContentAlignment="Center"
|
|
|
|
Margin="24 0 4 0" VerticalContentAlignment="Center"
|
|
|
|
Style="{StaticResource MaterialDesignUserForegroundCheckBox}"/>
|
|
|
|
Style="{StaticResource MaterialDesignUserForegroundCheckBox}"/>
|
|
|
|
<CheckBox Content="마커 표시" IsChecked="{Binding ShowMarkers}"
|
|
|
|
<TextBlock Text="범례" VerticalAlignment="Center" Margin="0 0 12 0"
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream4}" Foreground="White"
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream3}"
|
|
|
|
Margin="0 0 15 0" VerticalContentAlignment="Center">
|
|
|
|
Foreground="#999999" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<CheckBox IsChecked="{Binding ShowMarkers}"
|
|
|
|
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream4}" Foreground="#264A60"
|
|
|
|
|
|
|
|
Margin="0 0 4 0" VerticalContentAlignment="Center">
|
|
|
|
<CheckBox.Style>
|
|
|
|
<CheckBox.Style>
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource MaterialDesignUserForegroundCheckBox}">
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource MaterialDesignUserForegroundCheckBox}">
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
@ -841,9 +872,27 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
</CheckBox.Style>
|
|
|
|
</CheckBox.Style>
|
|
|
|
</CheckBox>
|
|
|
|
</CheckBox>
|
|
|
|
|
|
|
|
<TextBlock Text="마커" VerticalAlignment="Center" Margin="0 0 12 0"
|
|
|
|
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream3}"
|
|
|
|
|
|
|
|
Foreground="#999999">
|
|
|
|
|
|
|
|
<TextBlock.Style>
|
|
|
|
|
|
|
|
<Style TargetType="TextBlock">
|
|
|
|
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
|
|
|
|
<Style.Triggers>
|
|
|
|
|
|
|
|
<DataTrigger Binding="{Binding SelectedGraphType}" Value="LINE">
|
|
|
|
|
|
|
|
<Setter Property="Visibility" Value="Visible"/>
|
|
|
|
|
|
|
|
</DataTrigger>
|
|
|
|
|
|
|
|
<DataTrigger Binding="{Binding SelectedGraphType}" Value="STEP">
|
|
|
|
|
|
|
|
<Setter Property="Visibility" Value="Visible"/>
|
|
|
|
|
|
|
|
</DataTrigger>
|
|
|
|
|
|
|
|
</Style.Triggers>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</TextBlock.Style>
|
|
|
|
|
|
|
|
</TextBlock>
|
|
|
|
|
|
|
|
|
|
|
|
<CheckBox Content="회귀선" IsChecked="{Binding ShowRegression}"
|
|
|
|
<CheckBox Content="회귀선" IsChecked="{Binding ShowRegression}"
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream4}" Foreground="White"
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream4}" Foreground="#264A60"
|
|
|
|
Margin="0 0 15 0" VerticalContentAlignment="Center">
|
|
|
|
Margin="0 0 4 0" VerticalContentAlignment="Center">
|
|
|
|
<CheckBox.Style>
|
|
|
|
<CheckBox.Style>
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource MaterialDesignUserForegroundCheckBox}">
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource MaterialDesignUserForegroundCheckBox}">
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
@ -855,20 +904,37 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
</CheckBox.Style>
|
|
|
|
</CheckBox.Style>
|
|
|
|
</CheckBox>
|
|
|
|
</CheckBox>
|
|
|
|
|
|
|
|
<TextBlock Text="회귀선" VerticalAlignment="Center" Margin="0 0 12 0"
|
|
|
|
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream3}"
|
|
|
|
|
|
|
|
Foreground="#999999">
|
|
|
|
|
|
|
|
<TextBlock.Style>
|
|
|
|
|
|
|
|
<Style TargetType="TextBlock">
|
|
|
|
|
|
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
|
|
|
|
|
|
<Style.Triggers>
|
|
|
|
|
|
|
|
<DataTrigger Binding="{Binding SelectedGraphType}" Value="SCATTER">
|
|
|
|
|
|
|
|
<Setter Property="Visibility" Value="Visible"/>
|
|
|
|
|
|
|
|
</DataTrigger>
|
|
|
|
|
|
|
|
</Style.Triggers>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</TextBlock.Style>
|
|
|
|
|
|
|
|
</TextBlock>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="15 0" Grid.Row="1" HorizontalAlignment="Right">
|
|
|
|
<Button Content="그래프 생성" Grid.Row="1" HorizontalAlignment="Right"
|
|
|
|
<Button Content="그래프 생성" FontFamily="{StaticResource SCDream5}"
|
|
|
|
FontFamily="{StaticResource SCDream3}"
|
|
|
|
|
|
|
|
Foreground="White" FontSize="16"
|
|
|
|
|
|
|
|
Background="#325C80" BorderBrush="Transparent"
|
|
|
|
Style="{StaticResource MaterialDesignFlatLightBgButton}"
|
|
|
|
Style="{StaticResource MaterialDesignFlatLightBgButton}"
|
|
|
|
FontWeight="Bold" Command="{Binding DrawGraphCommand}"/>
|
|
|
|
Width="120" Height="38"
|
|
|
|
</StackPanel>
|
|
|
|
Margin="0 0 24 24" Padding="20 0"
|
|
|
|
|
|
|
|
Command="{Binding DrawGraphCommand}"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
<Border Grid.Column="1" Margin="0 15 15 15"
|
|
|
|
<Border Grid.Column="1" Margin="0 16 12 16" CornerRadius="5"
|
|
|
|
Background="#384659" CornerRadius="10">
|
|
|
|
Background="#152935" BorderBrush="#325C80" BorderThickness="1">
|
|
|
|
<control:GraphControl x:Name="graphControl"
|
|
|
|
<control:GraphControl x:Name="graphControl"
|
|
|
|
Margin="10" DataContext="{Binding GraphControlVM}"
|
|
|
|
Margin="16 12" DataContext="{Binding GraphControlVM}"
|
|
|
|
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
|
|
|
|
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|