Changeset 12840 for branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/MainWindow.xaml
- Timestamp:
- 08/08/15 19:49:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/MainWindow.xaml
r12833 r12840 102 102 </Grid.RowDefinitions> 103 103 <ListBox Name="ListBoxRuns" Grid.Column="0" Width="100" ItemsSource="{Binding Runs}" SelectionChanged="ListBoxRuns_OnSelectionChanged"/> 104 <TabControl Grid.Column="1">105 <TabItem Header="Quality-Chart">104 <TabControl Name="ChartSelector" Grid.Column="1" SelectionChanged="Selector_OnSelectionChanged"> 105 <TabItem Name="TabQualityChart" Header="Quality-Chart"> 106 106 <Grid> 107 107 <Grid.RowDefinitions> … … 114 114 <d3:ChartPlotter Grid.Column="1" x:Name="QualityChartPlotter" LegendVisible="False" EnableSmoothPanningForNumericAxes="True"> 115 115 <d3:Header Content="Quality-Chart"/> 116 <d3:VerticalAxisTitle Content="Qualit y" />117 <d3:HorizontalAxisTitle Content="Evalu ation"/>116 <d3:VerticalAxisTitle Content="Qualität" /> 117 <d3:HorizontalAxisTitle Content="Evaluierungen"/> 118 118 </d3:ChartPlotter> 119 119 </Grid> 120 120 </TabItem> 121 <TabItem Header="SelectionIndicator-Chart">121 <TabItem Name="TabSelectionIndicator" Header="SelectionIndicator-Chart"> 122 122 <Grid> 123 123 <Grid.RowDefinitions> … … 128 128 <ColumnDefinition Width="*"></ColumnDefinition> 129 129 </Grid.ColumnDefinitions> 130 <d3:ChartPlotter Grid.Column="1" x:Name="SelectionChartPlotter" LegendVisible="False" EnableSmoothPanningForNumericAxes="True"> 131 <d3:Header Content="SelectionIndicator-Chart"/> 132 <d3:VerticalAxisTitle Content="SelectionIndicator" /> 133 <d3:HorizontalAxisTitle Content="SelectedNodes"/> 130 <d3:ChartPlotter Grid.Column="1" x:Name="SelectionChartPlotter" LegendVisible="False" EnableSmoothPanningForNumericAxes="True" > 131 <d3:VerticalAxisTitle Content="Qualität" /> 132 <d3:HorizontalAxisTitle Content="Evaluierungen"/> 134 133 </d3:ChartPlotter> 135 134 </Grid>
Note: See TracChangeset
for help on using the changeset viewer.