From 6354aa82f7d8e3d0a3771def9f9ae7bd46f1b06b Mon Sep 17 00:00:00 2001 From: hj615 Date: Wed, 27 Aug 2025 14:30:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B7=B8=EB=9E=98=ED=94=84=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=EA=B8=B0=EB=8A=A5=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SmartAquaViewer/View/MonitoringView.xaml | 117 +++-- .../ViewModel/GraphControlViewModel.cs | 426 +++++++++++++----- .../ViewModel/MonitoringViewModel.cs | 26 +- 3 files changed, 393 insertions(+), 176 deletions(-) diff --git a/SmartAquaViewer/View/MonitoringView.xaml b/SmartAquaViewer/View/MonitoringView.xaml index cab3038..78d294b 100644 --- a/SmartAquaViewer/View/MonitoringView.xaml +++ b/SmartAquaViewer/View/MonitoringView.xaml @@ -186,6 +186,18 @@ + + + + @@ -202,7 +214,7 @@ helper:ComboBoxHelper.SelectFirstOnItemsChange="True" IsEditable="False" IsTextSearchEnabled="False"/> - + @@ -216,7 +228,7 @@ DisplayMemberPath="Display"/> - + @@ -239,23 +251,6 @@ - - - + --> @@ -402,17 +380,6 @@ Style="{StaticResource MaterialDesignFilterChipListBox}"/> - - - - - @@ -445,12 +412,6 @@ Grid.Row="1" Grid.Column="2" VerticalAlignment="Center" FontSize="20" FontFamily="{StaticResource SCDream4}" Foreground="White"/> - - @@ -507,7 +468,45 @@ - + + + + + + + + + + + + + + +