Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/04/15 15:56:08 (8 years ago)
Author:
jkarder
Message:

#1265: worked on visualization

  • added context menu item for chart modes
  • added ShowToolBar to ChartControl
  • updated chart modes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/ChartModes/ZoomInChartMode.cs

    r13114 r13115  
    2929  public class ZoomInChartMode : ChartMode {
    3030    public override Image Image { get { return VSImageLibrary.ZoomIn; } }
    31     public override string ToolTip { get { return "Zoom In"; } }
    32 
     31    public override string Text { get { return "Zoom &In"; } }
     32    public override string ToolTipText { get { return "Zoom In"; } }
    3333    public override Cursor Cursor {
    3434      get { return cursor ?? (cursor = new Cursor(typeof(ChartControl), "Resources.ZoomIn.cur")); }
Note: See TracChangeset for help on using the changeset viewer.