Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/16 15:07:26 (7 years ago)
Author:
pfleck
Message:

#2709

  • Added a separate MultiScatterPlot entry and removed the ViewHost views-icon instead.
  • Moved legend of DataCompletenessChart to the top and removed the title instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs

    r14459 r14462  
    1414namespace HeuristicLab.DataPreprocessing.Views {
    1515  [View("Scatter Plot Multi View")]
    16   [Content(typeof(ScatterPlotContent), false)]
     16  [Content(typeof(MultiScatterPlotContent), true)]
    1717  public partial class ScatterPlotMultiView : PreprocessingCheckedVariablesView {
    1818    private readonly IDictionary<string, Label> columnHeaderCache;
     
    4848    }
    4949
    50     public new ScatterPlotContent Content {
    51       get { return (ScatterPlotContent)base.Content; }
     50    public new MultiScatterPlotContent Content {
     51      get { return (MultiScatterPlotContent)base.Content; }
    5252      set { base.Content = value; }
    5353    }
Note: See TracChangeset for help on using the changeset viewer.