Changeset 7437 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentArchiveView.Designer.cs
- Timestamp:
- 02/01/12 00:14:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentArchiveView.Designer.cs
r7418 r7437 56 56 chartArea1.AxisX.Title = "FlowDistanceQuality"; 57 57 chartArea1.AxisY.Title = "InstallationQuality"; 58 chartArea1.CursorX.IsUserEnabled = true; 59 chartArea1.CursorX.IsUserSelectionEnabled = true; 60 chartArea1.CursorY.IsUserEnabled = true; 61 chartArea1.CursorY.IsUserSelectionEnabled = true; 58 62 chartArea1.Name = "ChartArea1"; 59 63 this.paretoFrontChart.ChartAreas.Add(chartArea1); … … 72 76 this.paretoFrontChart.TabIndex = 0; 73 77 this.paretoFrontChart.Text = "Pareto Front"; 78 this.paretoFrontChart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.paretoFrontChart_MouseDoubleClick); 74 79 // 75 80 // messageLabel
Note: See TracChangeset
for help on using the changeset viewer.