Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/14 15:32:33 (10 years ago)
Author:
aesterer
Message:

Completed scatter plot view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingScatterPlotView.Designer.cs

    r10915 r10952  
    7272      legend1.Name = "Default";
    7373      this.chart.Legends.Add(legend1);
    74       this.chart.Location = new System.Drawing.Point(0, 3);
     74      this.chart.Location = new System.Drawing.Point(0, 0);
    7575      this.chart.Name = "chart";
    7676      series1.ChartArea = "Default";
     
    7878      series1.Name = "Default";
    7979      this.chart.Series.Add(series1);
    80       this.chart.Size = new System.Drawing.Size(359, 271);
     80      this.chart.Size = new System.Drawing.Size(359, 274);
    8181      this.chart.TabIndex = 3;
    8282      this.chart.Text = "chart";
     
    8787      this.chart.Titles.Add(title1);
    8888      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
     89      this.chart.DoubleClick += new System.EventHandler(this.chart_DoubleClick);
    8990      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    9091      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
Note: See TracChangeset for help on using the changeset viewer.