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/PreprocessingDataTableView.Designer.cs

    r10877 r10952  
    7373      legend1.Name = "Default";
    7474      this.chart.Legends.Add(legend1);
    75       this.chart.Location = new System.Drawing.Point(0, 3);
     75      this.chart.Location = new System.Drawing.Point(0, 0);
    7676      this.chart.Name = "chart";
    7777      series1.ChartArea = "Default";
     
    7979      series1.Name = "Default";
    8080      this.chart.Series.Add(series1);
    81       this.chart.Size = new System.Drawing.Size(359, 271);
     81      this.chart.Size = new System.Drawing.Size(359, 274);
    8282      this.chart.TabIndex = 3;
    8383      this.chart.Text = "chart";
     
    8888      this.chart.Titles.Add(title1);
    8989      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
     90      this.chart.DoubleClick += new System.EventHandler(this.chart_DoubleClick);
    9091      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    9192      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
Note: See TracChangeset for help on using the changeset viewer.