Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/12 14:32:24 (12 years ago)
Author:
sforsten
Message:

#1811:

  • added toggle of series
  • changed existing MouseDown event to MouseDoubleClick
  • renamed "Mean Model" to "Baseline". For consistence some variable names also have been renamed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.Designer.cs

    r7043 r7700  
    4949      this.chart.TabIndex = 0;
    5050      this.chart.Text = "chart";
     51      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
     52      this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Chart_MouseDoubleClick);
     53      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
    5154      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    5255      //
Note: See TracChangeset for help on using the changeset viewer.