diff --git a/StructureHelper/App.xaml b/StructureHelper/App.xaml index e5b28d8..dce5889 100644 --- a/StructureHelper/App.xaml +++ b/StructureHelper/App.xaml @@ -17,6 +17,7 @@ + diff --git a/StructureHelper/Infrastructure/UI/Resources/GraphsTemplates.xaml b/StructureHelper/Infrastructure/UI/Resources/GraphsTemplates.xaml new file mode 100644 index 0000000..722d7de --- /dev/null +++ b/StructureHelper/Infrastructure/UI/Resources/GraphsTemplates.xaml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/StructureHelper/Libraries/LoaderCalculator.dll b/StructureHelper/Libraries/LoaderCalculator.dll index 2f002eb..9b84c07 100644 Binary files a/StructureHelper/Libraries/LoaderCalculator.dll and b/StructureHelper/Libraries/LoaderCalculator.dll differ diff --git a/StructureHelper/StructureHelper.csproj b/StructureHelper/StructureHelper.csproj index 76effdd..67628b4 100644 --- a/StructureHelper/StructureHelper.csproj +++ b/StructureHelper/StructureHelper.csproj @@ -82,6 +82,7 @@ + diff --git a/StructureHelper/StructureHelper.csproj.user b/StructureHelper/StructureHelper.csproj.user index 9146fef..6687d82 100644 --- a/StructureHelper/StructureHelper.csproj.user +++ b/StructureHelper/StructureHelper.csproj.user @@ -33,7 +33,7 @@ Code - + Code @@ -47,6 +47,9 @@ Designer + + Designer + Designer @@ -77,7 +80,7 @@ Designer - + Designer diff --git a/StructureHelper/Windows/Graphs/GraphView.xaml b/StructureHelper/Windows/Graphs/GraphView.xaml index ba5c938..e1022c7 100644 --- a/StructureHelper/Windows/Graphs/GraphView.xaml +++ b/StructureHelper/Windows/Graphs/GraphView.xaml @@ -3,12 +3,11 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf" xmlns:local="clr-namespace:StructureHelper.Windows.Graphs" - xmlns:vm="clr-namespace:StructureHelper.Windows.ViewModels.Graphs" - d:DataContext="{d:DesignInstance vm:GraphViewModel}" + xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf" + d:DataContext="{d:DesignInstance local:GraphViewModel}" mc:Ignorable="d" - Title="Graph" Height="450" Width="800" MinHeight="300" MinWidth="400" WindowStartupLocation="CenterScreen"> + Title="Graph" Height="450" Width="800" MinHeight="400" MinWidth="600" WindowStartupLocation="CenterScreen">