Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/08/15 19:49:05 (9 years ago)
Author:
aballeit
Message:

#2283 Final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/MainWindow.xaml

    r12833 r12840  
    102102                        </Grid.RowDefinitions>
    103103                        <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">
    106106                                <Grid>
    107107                                    <Grid.RowDefinitions>
     
    114114                                    <d3:ChartPlotter Grid.Column="1" x:Name="QualityChartPlotter" LegendVisible="False" EnableSmoothPanningForNumericAxes="True">
    115115                                        <d3:Header Content="Quality-Chart"/>
    116                                         <d3:VerticalAxisTitle Content="Quality" />
    117                                         <d3:HorizontalAxisTitle Content="Evaluation"/>
     116                                        <d3:VerticalAxisTitle Content="Qualität" />
     117                                        <d3:HorizontalAxisTitle Content="Evaluierungen"/>
    118118                                    </d3:ChartPlotter>
    119119                                </Grid>
    120120                            </TabItem>
    121                             <TabItem Header="SelectionIndicator-Chart">
     121                            <TabItem Name="TabSelectionIndicator" Header="SelectionIndicator-Chart">
    122122                                <Grid>
    123123                                    <Grid.RowDefinitions>
     
    128128                                        <ColumnDefinition Width="*"></ColumnDefinition>
    129129                                    </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"/>
    134133                                    </d3:ChartPlotter>
    135134                                </Grid>
Note: See TracChangeset for help on using the changeset viewer.