Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/10 18:20:42 (14 years ago)
Author:
mkommend
Message:

implemented first version of BoxPlotView (ticket #970)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs

    r4049 r4094  
    3838    }
    3939
    40       #region Component Designer generated code
     40    #region Component Designer generated code
    4141
    4242    /// <summary>
     
    196196      this.chart.TabIndex = 16;
    197197      this.chart.Text = "chart";
     198      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
     199      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
     200      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
    198201      this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
    199       this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
    200       this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    201       this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(chart_AxisViewChanged);
    202202      //
    203203      // zoomButton
     
    253253      // colorDialog
    254254      //
     255      this.colorDialog.AllowFullOpen = false;
    255256      this.colorDialog.FullOpen = true;
    256257      //
     
    294295      this.ResumeLayout(false);
    295296      this.PerformLayout();
     297
    296298    }
    297299    #endregion
Note: See TracChangeset for help on using the changeset viewer.