Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/16 15:59:54 (7 years ago)
Author:
pfleck
Message:

#2713 Added new ToolStripMenuItem to the chart for DataTableView and ScatterPlotView to open the configuration dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/ScatterPlotView.cs

    r14185 r14435  
    5050      chart.CustomizeAllChartAreas();
    5151      chart.ChartAreas[0].CursorX.Interval = 1;
     52      chart.ContextMenuStrip.Items.Add(configureToolStripMenuItem);
    5253    }
    5354
     
    395396    }
    396397    #endregion
     398    private void configureToolStripMenuItem_Click(object sender, System.EventArgs e) {
     399      ShowConfiguration();
     400    }
    397401    #endregion
    398402
Note: See TracChangeset for help on using the changeset viewer.