Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3482 for trunk/sources


Ignore:
Timestamp:
04/22/10 00:37:20 (14 years ago)
Author:
mkommend
Message:

added small fix for RunCollectionBubbleChart (ticket #970)

Location:
trunk/sources/HeuristicLab.Optimization.Views/3.3
Files:
2 edited

Legend:

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

    r3459 r3482  
    5353      this.yJitterLabel.Location = new System.Drawing.Point(257, 6);
    5454      this.yJitterLabel.Name = "yJitterLabel";
    55       this.yJitterLabel.Size = new System.Drawing.Size(29, 13);
     55      this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
    5656      this.yJitterLabel.TabIndex = 13;
    57       this.yJitterLabel.Text = "jitter:";
     57      this.yJitterLabel.Text = "Jitter:";
    5858      //
    5959      // xJitterlabel
     
    6161      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    6262      this.xJitterlabel.AutoSize = true;
    63       this.xJitterlabel.Location = new System.Drawing.Point(461, 309);
     63      this.xJitterlabel.Location = new System.Drawing.Point(460, 308);
    6464      this.xJitterlabel.Name = "xJitterlabel";
    65       this.xJitterlabel.Size = new System.Drawing.Size(29, 13);
     65      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
    6666      this.xJitterlabel.TabIndex = 12;
    67       this.xJitterlabel.Text = "jitter:";
     67      this.xJitterlabel.Text = "Jitter:";
    6868      //
    6969      // xTrackBar
    7070      //
    7171      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    72       this.xTrackBar.Location = new System.Drawing.Point(496, 306);
     72      this.xTrackBar.Location = new System.Drawing.Point(498, 305);
    7373      this.xTrackBar.Maximum = 100;
    7474      this.xTrackBar.Name = "xTrackBar";
     
    8282      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8383      this.xAxisLabel.AutoSize = true;
    84       this.xAxisLabel.Location = new System.Drawing.Point(213, 309);
     84      this.xAxisLabel.Location = new System.Drawing.Point(211, 307);
    8585      this.xAxisLabel.Name = "xAxisLabel";
    8686      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
     
    9494      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9595      this.xAxisComboBox.FormattingEnabled = true;
    96       this.xAxisComboBox.Location = new System.Drawing.Point(234, 307);
     96      this.xAxisComboBox.Location = new System.Drawing.Point(232, 305);
    9797      this.xAxisComboBox.Name = "xAxisComboBox";
    9898      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
     
    122122      // yTrackBar
    123123      //
    124       this.yTrackBar.Location = new System.Drawing.Point(292, 3);
     124      this.yTrackBar.Location = new System.Drawing.Point(295, 3);
    125125      this.yTrackBar.Maximum = 100;
    126126      this.yTrackBar.Name = "yTrackBar";
     
    146146      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    147147      this.sizeLabel.AutoSize = true;
    148       this.sizeLabel.Location = new System.Drawing.Point(371, 6);
     148      this.sizeLabel.Location = new System.Drawing.Point(369, 6);
    149149      this.sizeLabel.Name = "sizeLabel";
    150       this.sizeLabel.Size = new System.Drawing.Size(64, 13);
     150      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
    151151      this.sizeLabel.TabIndex = 15;
    152       this.sizeLabel.Text = "Bubble size:";
     152      this.sizeLabel.Text = "Bubble Size:";
    153153      //
    154154      // chart
     
    169169      series2.YValuesPerPoint = 2;
    170170      this.chart.Series.Add(series2);
    171       this.chart.Size = new System.Drawing.Size(556, 263);
     171      this.chart.Size = new System.Drawing.Size(554, 261);
    172172      this.chart.TabIndex = 16;
    173173      this.chart.Text = "chart1";
     
    206206      this.radioButtonGroup.Controls.Add(this.zoomButton);
    207207      this.radioButtonGroup.Controls.Add(this.selectButton);
    208       this.radioButtonGroup.Location = new System.Drawing.Point(6, 299);
     208      this.radioButtonGroup.Location = new System.Drawing.Point(3, 297);
    209209      this.radioButtonGroup.Name = "radioButtonGroup";
    210210      this.radioButtonGroup.Size = new System.Drawing.Size(135, 32);
     
    217217      this.colorButton.Enabled = false;
    218218      this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    219       this.colorButton.Location = new System.Drawing.Point(144, 306);
     219      this.colorButton.Location = new System.Drawing.Point(144, 305);
    220220      this.colorButton.Name = "colorButton";
    221       this.colorButton.Size = new System.Drawing.Size(64, 23);
     221      this.colorButton.Size = new System.Drawing.Size(64, 21);
    222222      this.colorButton.TabIndex = 20;
    223223      this.colorButton.Text = "Color";
     
    234234      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    235235      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     236      this.BackColor = System.Drawing.SystemColors.Window;
     237      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    236238      this.Controls.Add(this.colorButton);
    237239      this.Controls.Add(this.radioButtonGroup);
     
    248250      this.Controls.Add(this.yTrackBar);
    249251      this.Name = "RunCollectionBubbleChartView";
    250       this.Size = new System.Drawing.Size(567, 334);
     252      this.Size = new System.Drawing.Size(565, 332);
    251253      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
    252254      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.cs

    r3459 r3482  
    6363      this.chart.Series[0]["BubbleMaxScale"] = "Auto";
    6464      this.chart.Series[0]["BubbleMinScale"] = "Auto";
     65      this.chart.Series[0].SmartLabelStyle.Enabled = true;
     66      this.chart.Series[0].SmartLabelStyle.IsMarkerOverlappingAllowed = false;
     67      this.chart.Series[0].SmartLabelStyle.IsOverlappedHidden = true;
     68
    6569      this.chart.ChartAreas[0].CursorX.IsUserSelectionEnabled = true;
    6670      this.chart.ChartAreas[0].CursorY.IsUserSelectionEnabled = true;
     
    6973      this.chart.ChartAreas[0].CursorX.Interval = 0;
    7074      this.chart.ChartAreas[0].CursorY.Interval = 0;
     75
    7176    }
    7277
     
    186191        if (run.Visible) {
    187192          DataPoint point = new DataPoint(xValue.Value, new double[] { yValue.Value, sizeValue.Value });
    188           point.ToolTip = this.CreateTooltip(row);
    189193          point.Tag = run;
    190194          point.Color = run.Color;
Note: See TracChangeset for help on using the changeset viewer.