Changeset 10877 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.cs
- Timestamp:
- 05/21/14 13:42:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.cs
r10776 r10877 52 52 var histogramLogic = new ChartLogic(data); 53 53 var filterLogic = new FilterLogic(data); 54 var dataCompletenessLogic = new ChartLogic(data); 54 55 55 56 var viewShortcuts = new ItemCollection<IViewShortcut> { … … 60 61 new ManipulationContent(manipulationLogic, searchLogic), 61 62 new LineChartContent(lineChartLogic), 62 new HistogramContent(histogramLogic) 63 new HistogramContent(histogramLogic)//, 64 //new DataCompletenessChartContent(dataCompletenessLogic) 63 65 }; 64 66
Note: See TracChangeset
for help on using the changeset viewer.