Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4846


Ignore:
Timestamp:
11/19/10 10:50:35 (13 years ago)
Author:
mkommend
Message:

Readded lost context menu item in bubble chart (ticket #1281).

File:
1 edited

Legend:

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

    r4845 r4846  
    5454    public RunCollectionBubbleChartView() {
    5555      InitializeComponent();
     56      chart.ContextMenuStrip.Items.Insert(0, openBoxPlotViewToolStripMenuItem);
    5657
    5758      runToDataPointMapping = new Dictionary<IRun, DataPoint>();
     
    6061      yJitter = new Dictionary<IRun, double>();
    6162      random = new Random();
     63
    6264      colorDialog.Color = Color.Black;
    6365      colorButton.Image = this.GenerateImage(16, 16, this.colorDialog.Color);
    6466      isSelecting = false;
     67
    6568      chart.CustomizeAllChartAreas();
    6669      chart.ChartAreas[0].CursorX.Interval = 1;
Note: See TracChangeset for help on using the changeset viewer.