Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/18 18:12:58 (7 years ago)
Author:
mkommend
Message:

#2876: Added menu item to open the bubble chart from the boxplot view.

File:
1 edited

Legend:

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

    r15583 r15607  
    201201      // chart
    202202      //
    203       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    204             | System.Windows.Forms.AnchorStyles.Left) 
     203      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     204            | System.Windows.Forms.AnchorStyles.Left)
    205205            | System.Windows.Forms.AnchorStyles.Right)));
    206206      chartArea1.Name = "ChartArea1";
     
    455455
    456456    private System.Windows.Forms.Label xAxisLabel;
    457     private System.Windows.Forms.ComboBox xAxisComboBox;
     457    internal System.Windows.Forms.ComboBox xAxisComboBox;
    458458    private System.Windows.Forms.Label yAxisLabel;
    459     private System.Windows.Forms.ComboBox yAxisComboBox;
     459    internal System.Windows.Forms.ComboBox yAxisComboBox;
    460460    private System.Windows.Forms.TrackBar yTrackBar;
    461461    private System.Windows.Forms.TrackBar xTrackBar;
Note: See TracChangeset for help on using the changeset viewer.