- Timestamp:
- 12/15/18 12:36:08 (6 years ago)
- Location:
- branches/2892_LR-prediction-intervals
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2892_LR-prediction-intervals
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 3 *.resharper 4 *.suo 5 *.user 6 *.vsp 7 Doxygen 8 FxCopResults.txt 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll 11 HeuristicLab 3.3.5.1.ReSharper.user 12 HeuristicLab 3.3.6.0.ReSharper.user 13 HeuristicLab.4.5.resharper.user 14 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development 16 HeuristicLab.resharper.user 17 ProtoGen.exe 1 18 TestResults 19 _ReSharper.HeuristicLab 20 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests 22 _ReSharper.HeuristicLab.ExtLibs 23 bin 24 protoc.exe 25 obj 26 .vs
-
- Property svn:mergeinfo changed
-
Property
svn:global-ignores
set to
*.nuget
packages
- Property svn:ignore
-
branches/2892_LR-prediction-intervals/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed
-
branches/2892_LR-prediction-intervals/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs
r15621 r16388 89 89 this.xAxisComboBox.Size = new System.Drawing.Size(600, 21); 90 90 this.xAxisComboBox.TabIndex = 11; 91 this.xAxisComboBox.Select ionChangeCommitted += new System.EventHandler(this.AxisComboBox_SelectionChangeCommitted);91 this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged); 92 92 // 93 93 // yAxisLabel … … 109 109 this.yAxisComboBox.Size = new System.Drawing.Size(600, 21); 110 110 this.yAxisComboBox.TabIndex = 9; 111 this.yAxisComboBox.Select ionChangeCommitted += new System.EventHandler(this.AxisComboBox_SelectionChangeCommitted);111 this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged); 112 112 // 113 113 // chart 114 114 // 115 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 116 | System.Windows.Forms.AnchorStyles.Left) 115 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 116 | System.Windows.Forms.AnchorStyles.Left) 117 117 | System.Windows.Forms.AnchorStyles.Right))); 118 118 chartArea1.Name = "ChartArea1"; … … 191 191 // statisticsGroupBox 192 192 // 193 this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 194 | System.Windows.Forms.AnchorStyles.Left) 193 this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 194 | System.Windows.Forms.AnchorStyles.Left) 195 195 | System.Windows.Forms.AnchorStyles.Right))); 196 196 this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView); -
branches/2892_LR-prediction-intervals/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs
r15672 r16388 381 381 } 382 382 383 private void AxisComboBox_Select ionChangeCommitted(object sender, EventArgs e) {383 private void AxisComboBox_SelectedIndexChanged(object sender, EventArgs e) { 384 384 UpdateDataPoints(); 385 385 } 386 386 387 private void UpdateAxisLabels() { 387 388 Axis xAxis = this.chart.ChartAreas[BoxPlotChartAreaName].AxisX;
Note: See TracChangeset
for help on using the changeset viewer.