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/PartialDependencePlotConfigurationDialog.cs

    r14851 r14852  
    2727
    2828namespace HeuristicLab.Problems.DataAnalysis.Views {
    29   public partial class GradientChartConfigurationDialog : Form {
    30     private readonly GradientChart chart;
     29  public partial class PartialDependencePlotConfigurationDialog : Form {
     30    private readonly PartialDependencePlot chart;
    3131
    32     public GradientChartConfigurationDialog(GradientChart chart) {
     32    public PartialDependencePlotConfigurationDialog(PartialDependencePlot chart) {
    3333      this.chart = chart;
    3434      InitializeComponent();
    3535    }
    3636
    37     private void GradientChartConfigurationDialog_Shown(object sender, EventArgs e) {
     37    private void PartialDependencePlotConfigurationDialog_Shown(object sender, EventArgs e) {
    3838      if (chart.FixedXAxisMin.HasValue && chart.FixedXAxisMax.HasValue) {
    3939        xAutomaticCheckBox.Checked = false;
Note: See TracChangeset for help on using the changeset viewer.