Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/11 23:30:21 (13 years ago)
Author:
abeham
Message:

#1465

  • added option to set fixed minimum and maximum for all four possible axis
  • added an icon to the properties context menu entry
    • added dependency from ChartControlsExtensions to Common.Resources
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram/HeuristicLab.Visualization.ChartControlsExtensions/3.3/EnhancedChart.cs

    r6010 r6014  
    2525using System.Windows.Forms;
    2626using System.Windows.Forms.DataVisualization.Charting;
     27using HeuristicLab.Common.Resources;
    2728
    2829namespace HeuristicLab.Visualization.ChartControlsExtensions {
     
    3132      : base() {
    3233      InitializeComponent();
     34      propertiesToolStripMenuItem.Image = VSImageLibrary.Properties;
    3335      EnableDoubleClickResetsZoom = true;
    3436      EnableMiddleClickPanning = true;
Note: See TracChangeset for help on using the changeset viewer.