Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/23/08 15:44:47 (15 years ago)
Author:
bspisic
Message:

#424
Implemented zooming by holding the control key + scrolling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/LineChart.Designer.cs

    r1038 r1058  
    1 namespace HeuristicLab.Visualization
     1using System.Windows.Forms;
     2
     3namespace HeuristicLab.Visualization
    24{
    35    partial class LineChart
     
    4244          this.canvas.Text = "canvas";
    4345          this.canvas.MouseDown += new System.Windows.Forms.MouseEventHandler(this.canvasUI1_MouseDown);
     46          this.canvas.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.canvasUI1_MouseWheel);
    4447          //
    4548          // LineChart
Note: See TracChangeset for help on using the changeset viewer.