|
|
|
|
@ -193,7 +193,7 @@
|
|
|
|
|
helper:DataGridAutoPageSizeBehavior.Enable="True"
|
|
|
|
|
helper:DataGridAutoPageSizeBehavior.Suspend="{Binding IsOpenMode}"
|
|
|
|
|
helper:DataGridAutoPageSizeBehavior.ThrottleMs="120"
|
|
|
|
|
Grid.Row="1" Margin="15 0 15 0"
|
|
|
|
|
Grid.Row="1" Margin="0"
|
|
|
|
|
Background="Transparent"
|
|
|
|
|
RowStyle="{StaticResource DataGridRowStyle}"
|
|
|
|
|
ColumnHeaderStyle="{StaticResource DataGridColumnHeaderStyle}">
|
|
|
|
|
@ -322,7 +322,7 @@
|
|
|
|
|
helper:DataGridAutoPageSizeBehavior.Enable="True"
|
|
|
|
|
helper:DataGridAutoPageSizeBehavior.Pager="{Binding TanksPager}"
|
|
|
|
|
helper:DataGridAutoPageSizeBehavior.Suspend="{Binding IsOpenMode}"
|
|
|
|
|
Grid.Row="1" Margin="15 0 15 0"
|
|
|
|
|
Grid.Row="1" Margin="0"
|
|
|
|
|
Background="Transparent"
|
|
|
|
|
VerticalScrollBarVisibility="Auto"
|
|
|
|
|
RowStyle="{StaticResource DataGridRowStyle}"
|
|
|
|
|
@ -567,7 +567,7 @@
|
|
|
|
|
</Style>
|
|
|
|
|
</Grid.Resources>
|
|
|
|
|
<StackPanel>
|
|
|
|
|
<Grid Margin="24 24 24 16">
|
|
|
|
|
<Grid Margin="24 24 24 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -583,7 +583,7 @@
|
|
|
|
|
helper:ComboBoxHelper.SelectFirstOnItemsChange="True"
|
|
|
|
|
IsEditable="False" IsTextSearchEnabled="False"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Grid Margin="24 0 24 16">
|
|
|
|
|
<Grid Margin="24 0 24 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -598,7 +598,7 @@
|
|
|
|
|
DisplayMemberPath="Display"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Margin="24 0 24 16" Style="{StaticResource VisibleWhenTank}">
|
|
|
|
|
<Grid Margin="24 0 24 8" Style="{StaticResource VisibleWhenTank}">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -682,7 +682,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- LINE -->
|
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenLine}">
|
|
|
|
|
<Grid Style="{StaticResource VisibleWhenLine}">
|
|
|
|
|
<Grid Style="{StaticResource VisibleWhenLine}" Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -700,7 +700,7 @@
|
|
|
|
|
|
|
|
|
|
<!--STEP-->
|
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenStep}">
|
|
|
|
|
<Grid Margin="0 5 0 10">
|
|
|
|
|
<Grid Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -727,7 +727,7 @@
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Margin="0 5 0 0">
|
|
|
|
|
<Grid Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -765,7 +765,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- SCATTER: 단일 Y + 옵션 -->
|
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenScatter}">
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -780,7 +780,7 @@
|
|
|
|
|
Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Margin="0 10">
|
|
|
|
|
<Grid Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
@ -789,7 +789,8 @@
|
|
|
|
|
<TextBlock Text="마커 크기" Grid.Row="1" VerticalAlignment="Center"
|
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
|
<Slider Grid.Row="1" Grid.Column="1" VerticalAlignment="Center" Margin="15 0 0 0"
|
|
|
|
|
Minimum="1" Maximum="15" Value="{Binding ScatterMarkerSize}" Width="280" IsSnapToTickEnabled="True" TickFrequency="1"/>
|
|
|
|
|
Minimum="1" Maximum="15" Value="{Binding ScatterMarkerSize}" Width="280" IsSnapToTickEnabled="True" TickFrequency="1"
|
|
|
|
|
Style="{StaticResource CustomSliderStyle}"/>
|
|
|
|
|
<TextBlock Text="{Binding ScatterMarkerSize}" Margin="15 0"
|
|
|
|
|
Grid.Row="1" Grid.Column="2" VerticalAlignment="Center"
|
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream3}" Foreground="White"/>
|
|
|
|
|
@ -798,31 +799,32 @@
|
|
|
|
|
|
|
|
|
|
<!-- BOX: 값 필드 + 그룹 필드 + 옵션 -->
|
|
|
|
|
<StackPanel Style="{StaticResource VisibleWhenBox}">
|
|
|
|
|
<Grid Style="{StaticResource VisibleWhenTime}" Margin="0 10 0 15">
|
|
|
|
|
<Grid Style="{StaticResource VisibleWhenTime}" Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<TextBlock Text="시간 범위" VerticalAlignment="Center"
|
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
|
<Slider Margin="15 0 0 0" Grid.Column="1"
|
|
|
|
|
VerticalAlignment="Center" HorizontalAlignment="Left"
|
|
|
|
|
Minimum="1" Maximum="24" TickFrequency="1" IsSnapToTickEnabled="True"
|
|
|
|
|
Value="{Binding BoxTimeSpan}" Width="310"/>
|
|
|
|
|
Value="{Binding BoxTimeSpan}" Width="280"
|
|
|
|
|
Style="{StaticResource CustomSliderStyle}"/>
|
|
|
|
|
<TextBlock Text="{Binding BoxTimeSpan}"
|
|
|
|
|
Margin="15 0" Grid.Column="2"
|
|
|
|
|
VerticalAlignment="Center" HorizontalAlignment="Right"
|
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream3}" Foreground="White"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<TextBlock Text="값 필드" VerticalAlignment="Center"
|
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
|
<ComboBox ItemsSource="{Binding YFieldCandidates}"
|
|
|
|
|
SelectedItem="{Binding SelectedYField}"
|
|
|
|
|
DisplayMemberPath="Display" Height="35"
|
|
|
|
|
@ -831,18 +833,19 @@
|
|
|
|
|
Style="{StaticResource ComboBoxStyle}"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Margin="0 15 0 0">
|
|
|
|
|
<Grid Margin="0 0 0 8">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<TextBlock Text="박스 너비" VerticalAlignment="Center"
|
|
|
|
|
FontSize="20" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
|
FontSize="18" FontFamily="{StaticResource SCDream5}" Foreground="White"/>
|
|
|
|
|
<Slider Margin="15 0 0 0" Grid.Column="1"
|
|
|
|
|
VerticalAlignment="Center" HorizontalAlignment="Left"
|
|
|
|
|
Minimum="0.1" Maximum="1.0" TickFrequency="0.05" IsSnapToTickEnabled="True"
|
|
|
|
|
Value="{Binding BoxWidth}" Width="310"/>
|
|
|
|
|
Value="{Binding BoxWidth}" Width="280"
|
|
|
|
|
Style="{StaticResource CustomSliderStyle}"/>
|
|
|
|
|
<TextBlock Text="{Binding BoxWidth, StringFormat=F2}"
|
|
|
|
|
Margin="15 0" Grid.Column="2"
|
|
|
|
|
VerticalAlignment="Center" HorizontalAlignment="Right"
|
|
|
|
|
@ -854,7 +857,7 @@
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Grid.Row="1">
|
|
|
|
|
<CheckBox IsChecked="{Binding ShowLegends}"
|
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream4}" Foreground="#264A60"
|
|
|
|
|
Foreground="#264A60"
|
|
|
|
|
Margin="24 0 4 0" VerticalContentAlignment="Center"
|
|
|
|
|
Style="{StaticResource MaterialDesignUserForegroundCheckBox}"/>
|
|
|
|
|
<TextBlock Text="범례" VerticalAlignment="Center" Margin="0 0 12 0"
|
|
|
|
|
@ -862,7 +865,7 @@
|
|
|
|
|
Foreground="#999999" />
|
|
|
|
|
|
|
|
|
|
<CheckBox IsChecked="{Binding ShowMarkers}"
|
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream4}" Foreground="#264A60"
|
|
|
|
|
Foreground="#264A60"
|
|
|
|
|
Margin="0 0 4 0" VerticalContentAlignment="Center">
|
|
|
|
|
<CheckBox.Style>
|
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource MaterialDesignUserForegroundCheckBox}">
|
|
|
|
|
@ -897,7 +900,7 @@
|
|
|
|
|
</TextBlock>
|
|
|
|
|
|
|
|
|
|
<CheckBox Content="회귀선" IsChecked="{Binding ShowRegression}"
|
|
|
|
|
FontSize="16" FontFamily="{StaticResource SCDream4}" Foreground="#264A60"
|
|
|
|
|
Foreground="#264A60"
|
|
|
|
|
Margin="0 0 4 0" VerticalContentAlignment="Center">
|
|
|
|
|
<CheckBox.Style>
|
|
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource MaterialDesignUserForegroundCheckBox}">
|
|
|
|
|
|