Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/14 15:28:27 (10 years ago)
Author:
aesterer
Message:

Added scatter plot view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.cs

    r10877 r10882  
    4949        var statisticsLogic = new StatisticsLogic(data, searchLogic);
    5050        var manipulationLogic = new ManipulationLogic(data, searchLogic, statisticsLogic, dataGridLogic);
    51         var lineChartLogic = new ChartLogic(data);
    52         var histogramLogic = new ChartLogic(data);
     51        var chartLogic = new ChartLogic(data);
    5352        var filterLogic = new FilterLogic(data);
    5453        var dataCompletenessLogic = new ChartLogic(data);
     
    6059          new TransformationContent(data),
    6160          new ManipulationContent(manipulationLogic, searchLogic),
    62           new LineChartContent(lineChartLogic),
    63           new HistogramContent(histogramLogic)//,
     61          new LineChartContent(chartLogic),
     62          new HistogramContent(chartLogic),
     63          new ScatterPlotContent(chartLogic)
     64          //,
    6465          //new DataCompletenessChartContent(dataCompletenessLogic)
    6566        };
Note: See TracChangeset for help on using the changeset viewer.