Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3440 for trunk/sources


Ignore:
Timestamp:
04/20/10 15:20:03 (14 years ago)
Author:
mkommend
Message:

corrected background of RunCollectionBubbleChartView (ticket #970)

File:
1 edited

Legend:

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

    r3428 r3440  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    27       System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
     26      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     27      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
    2828      this.yJitterLabel = new System.Windows.Forms.Label();
    2929      this.xJitterlabel = new System.Windows.Forms.Label();
     
    5151      //
    5252      this.yJitterLabel.AutoSize = true;
    53       this.yJitterLabel.BackColor = System.Drawing.SystemColors.Control;
    5453      this.yJitterLabel.Location = new System.Drawing.Point(257, 6);
    5554      this.yJitterLabel.Name = "yJitterLabel";
     
    6261      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    6362      this.xJitterlabel.AutoSize = true;
    64       this.xJitterlabel.BackColor = System.Drawing.SystemColors.Control;
    6563      this.xJitterlabel.Location = new System.Drawing.Point(461, 309);
    6664      this.xJitterlabel.Name = "xJitterlabel";
     
    7270      //
    7371      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    74       this.xTrackBar.BackColor = System.Drawing.SystemColors.Control;
    7572      this.xTrackBar.Location = new System.Drawing.Point(496, 306);
    7673      this.xTrackBar.Maximum = 100;
     
    8582      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8683      this.xAxisLabel.AutoSize = true;
    87       this.xAxisLabel.BackColor = System.Drawing.SystemColors.Control;
    8884      this.xAxisLabel.Location = new System.Drawing.Point(213, 309);
    8985      this.xAxisLabel.Name = "xAxisLabel";
     
    107103      //
    108104      this.yAxisLabel.AutoSize = true;
    109       this.yAxisLabel.BackColor = System.Drawing.SystemColors.Control;
    110105      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
    111106      this.yAxisLabel.Name = "yAxisLabel";
     
    127122      // yTrackBar
    128123      //
    129       this.yTrackBar.BackColor = System.Drawing.SystemColors.Control;
    130124      this.yTrackBar.Location = new System.Drawing.Point(292, 3);
    131125      this.yTrackBar.Maximum = 100;
     
    152146      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    153147      this.sizeLabel.AutoSize = true;
    154       this.sizeLabel.BackColor = System.Drawing.SystemColors.Control;
    155148      this.sizeLabel.Location = new System.Drawing.Point(371, 6);
    156149      this.sizeLabel.Name = "sizeLabel";
     
    164157                  | System.Windows.Forms.AnchorStyles.Left)
    165158                  | System.Windows.Forms.AnchorStyles.Right)));
    166       chartArea1.Name = "ChartArea1";
    167       this.chart.ChartAreas.Add(chartArea1);
     159      chartArea2.Name = "ChartArea1";
     160      this.chart.ChartAreas.Add(chartArea2);
    168161      this.chart.Location = new System.Drawing.Point(6, 30);
    169162      this.chart.Name = "chart";
    170       series1.ChartArea = "ChartArea1";
    171       series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
    172       series1.CustomProperties = "BubbleMaxSize=0";
    173       series1.IsVisibleInLegend = false;
    174       series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
    175       series1.Name = "Bubbles";
    176       series1.YValuesPerPoint = 2;
    177       this.chart.Series.Add(series1);
     163      series2.ChartArea = "ChartArea1";
     164      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
     165      series2.CustomProperties = "BubbleMaxSize=0";
     166      series2.IsVisibleInLegend = false;
     167      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     168      series2.Name = "Bubbles";
     169      series2.YValuesPerPoint = 2;
     170      this.chart.Series.Add(series2);
    178171      this.chart.Size = new System.Drawing.Size(556, 263);
    179172      this.chart.TabIndex = 16;
Note: See TracChangeset for help on using the changeset viewer.