Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/15/16 15:36:35 (8 years ago)
Author:
pfleck
Message:

#2597

  • Hide density chart when zoom is active.
  • Changed columns textbox to numberic up/down control (thus removed validation).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/GradientChart.Designer.cs

    r13996 r14089  
    8888      this.chart.Size = new System.Drawing.Size(453, 308);
    8989      this.chart.TabIndex = 0;
     90      this.chart.SelectionRangeChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs>(this.chart_SelectionRangeChanged);
    9091      this.chart.AnnotationPositionChanging += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs>(this.chart_AnnotationPositionChanging);
    9192      this.chart.DragDrop += new System.Windows.Forms.DragEventHandler(this.chart_DragDrop);
Note: See TracChangeset for help on using the changeset viewer.