Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/12/17 13:41:46 (8 years ago)
Author:
pfleck
Message:

#2709

  • Improved Check/Uncheck of variables.
    • Instead of removing whole columns/rows from the tablelayout, the tablelayout stays the same with the column/rows width/height set to zero.
    • Hidden charts are not updated to avoid unnessecary calculations.
  • Added a check (messagebox) if >20 variables should be displayed in the multi scatterplot or reduced to 20.
  • Added configuration for point size/opacity and (histogram)aggregation.
File:
1 edited

Legend:

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

    r14917 r14975  
    9494      this.uncheckAllButton.Name = "uncheckAllButton";
    9595      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
    96       this.uncheckAllButton.TabIndex = 7;
     96      this.uncheckAllButton.TabIndex = 9;
    9797      this.toolTip.SetToolTip(this.uncheckAllButton, "None");
    9898      this.uncheckAllButton.UseVisualStyleBackColor = true;
     
    116116      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
    117117      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
    118       this.checkInputsTargetButton.TabIndex = 7;
     118      this.checkInputsTargetButton.TabIndex = 8;
    119119      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Inputs & Target");
    120120      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
     
    134134      this.variablesListView.Name = "variablesListView";
    135135      this.variablesListView.Size = new System.Drawing.Size(168, 348);
    136       this.variablesListView.TabIndex = 6;
     136      this.variablesListView.TabIndex = 12;
    137137      this.variablesListView.UseCompatibleStateImageBehavior = false;
    138138      this.variablesListView.View = System.Windows.Forms.View.Details;
Note: See TracChangeset for help on using the changeset viewer.