Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/11 15:03:46 (13 years ago)
Author:
gkronber
Message:

Merged changes from trunk to data analysis exploration branch and added fractional distance metric evaluator. #1142

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Views/3.3/ScatterPlotView.Designer.cs

    r3442 r5275  
    4747      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    4848      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
    49       this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     49      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    5050      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
    5151      this.SuspendLayout();
     
    8282    #endregion
    8383
    84     private System.Windows.Forms.DataVisualization.Charting.Chart chart;
     84    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
    8585  }
    8686}
Note: See TracChangeset for help on using the changeset viewer.