Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/01/10 03:05:32 (13 years ago)
Author:
swinkler
Message:

Worked on first version of heatmap view, removed code that was committed unintentionally. (#1188)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DiversityAnalysis/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeatmapView.Designer.cs

    r4698 r4699  
    2525    private void InitializeComponent() {
    2626      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeatmapView));
     27
     28      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     29      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     30      System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
     31
    2732      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    2833      this.ColorsPictureBox = new System.Windows.Forms.PictureBox();
Note: See TracChangeset for help on using the changeset viewer.