Changeset 4846
- Timestamp:
- 11/19/10 10:50:35 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.cs
r4845 r4846 54 54 public RunCollectionBubbleChartView() { 55 55 InitializeComponent(); 56 chart.ContextMenuStrip.Items.Insert(0, openBoxPlotViewToolStripMenuItem); 56 57 57 58 runToDataPointMapping = new Dictionary<IRun, DataPoint>(); … … 60 61 yJitter = new Dictionary<IRun, double>(); 61 62 random = new Random(); 63 62 64 colorDialog.Color = Color.Black; 63 65 colorButton.Image = this.GenerateImage(16, 16, this.colorDialog.Color); 64 66 isSelecting = false; 67 65 68 chart.CustomizeAllChartAreas(); 66 69 chart.ChartAreas[0].CursorX.Interval = 1;
Note: See TracChangeset
for help on using the changeset viewer.