Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/21/10 11:37:51 (14 years ago)
Author:
mkommend
Message:

Minor changes to EnhancedChart and the adapation of the RunCollectionBubbleChart (ticket #1237).

File:
1 edited

Legend:

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

    r4094 r4635  
    5858      this.sizeComboBox = new System.Windows.Forms.ComboBox();
    5959      this.sizeLabel = new System.Windows.Forms.Label();
    60       this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     60      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    6161      this.zoomButton = new System.Windows.Forms.RadioButton();
    6262      this.selectButton = new System.Windows.Forms.RadioButton();
     
    309309    private System.Windows.Forms.ComboBox sizeComboBox;
    310310    private System.Windows.Forms.Label sizeLabel;
    311     private System.Windows.Forms.DataVisualization.Charting.Chart chart;
     311    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
    312312    private System.Windows.Forms.RadioButton zoomButton;
    313313    private System.Windows.Forms.RadioButton selectButton;
Note: See TracChangeset for help on using the changeset viewer.