Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/11/17 18:43:17 (7 years ago)
Author:
gkronber
Message:

#2670 renamed TargetResponseCurve and GradientChart -> PartialDependencePlot

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Controls/FactorPartialDependencePlot.Designer.cs

    r14851 r14852  
    11namespace HeuristicLab.Problems.DataAnalysis.Views {
    2   partial class FactorGradientChart {
     2  partial class FactorPartialDependencePlot {
    33    /// <summary>
    44    /// Required designer variable.
     
    137137      this.chart.Resize += new System.EventHandler(this.chart_Resize);
    138138      //
    139       // FactorGradientChart
     139      // FactorPartialDependencePlot
    140140      //
    141141      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    143143      this.Controls.Add(this.calculationPendingLabel);
    144144      this.Controls.Add(this.chart);
    145       this.Name = "FactorGradientChart";
     145      this.Name = "FactorPartialDependencePlot";
    146146      this.Size = new System.Drawing.Size(453, 308);
    147147      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.