Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/17 12:29:59 (7 years ago)
Author:
pfleck
Message:

#2709

  • Fixed initial selection of the grouping text box (empty string instead of null to select the first entry).
  • General code fixes (removed unnessecary bank lines and code, class member order, ...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing/3.4/Content/SingleScatterPlotContent.cs

    r14903 r14996  
    2828  [Item("Scatter Plot", "Represents a scatter plot.")]
    2929  public class SingleScatterPlotContent : ScatterPlotContent {
     30    public static new Image StaticItemImage {
     31      get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; }
     32    }
    3033
    3134    public string SelectedXVariable { get; set; }
     
    4346    }
    4447
    45     public static new Image StaticItemImage {
    46       get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; }
    47     }
    48 
    4948    public override IDeepCloneable Clone(Cloner cloner) {
    5049      return new SingleScatterPlotContent(this, cloner);
Note: See TracChangeset for help on using the changeset viewer.