Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/22/14 09:49:04 (9 years ago)
Author:
ascheibe
Message:

#2031 made it possible to set axis in boxplot view and enabled functionality in statistical tests view for showing data in the box plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.cs

    r11705 r11715  
    473473      RunCollectionBoxPlotView boxplotView = new RunCollectionBoxPlotView();
    474474      boxplotView.Content = Content;
    475       // TODO: enable as soon as we move to HeuristicLab.Optimization.Views
    476       // boxplotView.xAxisComboBox.SelectedItem = xAxisComboBox.SelectedItem;
    477       // boxplotView.yAxisComboBox.SelectedItem = yAxisComboBox.SelectedItem;
     475      boxplotView.SetXAxis(groupComboBox.SelectedItem.ToString());
     476      boxplotView.SetYAxis(resultComboBox.SelectedItem.ToString());
     477
    478478      boxplotView.Show();
    479479    }
Note: See TracChangeset for help on using the changeset viewer.