Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/23/15 13:31:49 (9 years ago)
Author:
pfleck
Message:

#2379

  • Adapted parts of categorical mapping from RunCollectionBubbleChart.
  • Small changes and optimizations.
  • Updated ALPS sample.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3/BubbleChartView.Designer.cs

    r12459 r12498  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    49       System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
     48      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
    5050      this.yLabel = new System.Windows.Forms.Label();
    5151      this.xLabel = new System.Windows.Forms.Label();
     
    9494            | System.Windows.Forms.AnchorStyles.Left)
    9595            | System.Windows.Forms.AnchorStyles.Right)));
    96       chartArea2.Name = "ChartArea1";
    97       this.chart.ChartAreas.Add(chartArea2);
     96      chartArea1.Name = "ChartArea1";
     97      this.chart.ChartAreas.Add(chartArea1);
    9898      this.chart.Location = new System.Drawing.Point(3, 3);
    9999      this.chart.Name = "chart";
    100       series2.ChartArea = "ChartArea1";
    101       series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
    102       series2.IsVisibleInLegend = false;
    103       series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
    104       series2.Name = "Bubbles";
    105       series2.YValuesPerPoint = 2;
    106       this.chart.Series.Add(series2);
     100      series1.ChartArea = "ChartArea1";
     101      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     102      series1.IsVisibleInLegend = false;
     103      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     104      series1.Name = "Bubbles";
     105      series1.YValuesPerPoint = 2;
     106      this.chart.Series.Add(series1);
    107107      this.chart.Size = new System.Drawing.Size(880, 668);
    108108      this.chart.TabIndex = 7;
     
    216216      //
    217217      this.includeChildrenCheckBox.AutoSize = true;
     218      this.includeChildrenCheckBox.Checked = true;
     219      this.includeChildrenCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    218220      this.includeChildrenCheckBox.Location = new System.Drawing.Point(94, 4);
    219221      this.includeChildrenCheckBox.Name = "includeChildrenCheckBox";
Note: See TracChangeset for help on using the changeset viewer.