aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-29 08:19:41 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-29 08:19:41 +0200
commitfeb472e7fc27938e5e0360aee0be2e61ea372604 (patch)
tree3ff5b3741d0d886ecfb4d794012a7cb5e36a92f0 /Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI
parent86adc559ab56c3472b97b408512f9d39480525c1 (diff)
downloadTango-feb472e7fc27938e5e0360aee0be2e61ea372604.tar.gz
Tango-feb472e7fc27938e5e0360aee0be2e61ea372604.zip
Utility. Dispenser Analyzer. Print to pdf file. A little changes in GUI.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/MainWindow.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/MainWindow.xaml b/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/MainWindow.xaml
index 1bb6db3c2..bd56bb6ae 100644
--- a/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/MainWindow.xaml
+++ b/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/MainWindow.xaml
@@ -104,9 +104,9 @@
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>
- <Border x:Name="PlotBorder" BorderBrush="Silver" Padding="2" BorderThickness="1" CornerRadius="5" Margin="10" Visibility="{Binding IsShowPlotResult, Converter={StaticResource BooleanToVisibilityConverter}}" MinHeight="500">
+ <Border x:Name="PlotBorder" BorderBrush="Silver" Padding="2" BorderThickness="1" CornerRadius="5" Margin="10" Visibility="{Binding IsShowPlotResult, Converter={StaticResource BooleanToVisibilityConverter}}" MinHeight="300">
<StackPanel Orientation="Vertical" x:Name="PlotStackPanel">
- <oxy:Plot Title="Flow Range To Count" x:Name="RangeToCountPlot" LegendPlacement="Outside" LegendPosition="RightTop" LegendOrientation="Vertical" ClipToBounds="True" Loaded="RangeToCountPlot_Loaded" MinWidth="260" MinHeight="500">
+ <oxy:Plot Title="Flow Range To Count" x:Name="RangeToCountPlot" LegendPlacement="Outside" LegendPosition="RightTop" LegendOrientation="Vertical" ClipToBounds="True" Loaded="RangeToCountPlot_Loaded" MinWidth="200" MinHeight="300">
<oxy:Plot.Series >
<oxy:ColumnSeries ItemsSource="{Binding Points}" Color="#73B6EC" StrokeThickness="1" FillColor="#73B6EC" ValueField="Y" LabelFormatString="{}{0}" LabelPlacement="Base" />
</oxy:Plot.Series>