Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/14 22:38:09 (11 years ago)
Author:
bburlacu
Message:

#1837: SVN-renamed SlidingWindowBestSolutionsCollectionHeatMapView to SlidingWindowBestSolutionsCollectionHeatMapControl, and added SlidingWindowBestSolutionsCollectionHeatMapView which extends HeatMapView and provides a reversed Y-axis.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/SlidingWindowBestSolutionsCollectionHeatMapControl.cs

    r10721 r10722  
    3333  [View("Sliding Window Best Solutions HeatMap View")]
    3434  [Content(typeof(SlidingWindowBestSolutionsCollection), false)]
    35   public partial class SlidingWindowBestSolutionsCollectionHeatMapView : ItemView {
     35  public partial class SlidingWindowBestSolutionsCollectionHeatMapControl : ItemView {
    3636    public new SlidingWindowBestSolutionsCollection Content {
    3737      get { return (SlidingWindowBestSolutionsCollection)base.Content; }
     
    6161    private readonly IProgress progress; // use this to show some progress when the sliding window qualities are calculated for each model
    6262
    63     public SlidingWindowBestSolutionsCollectionHeatMapView() {
     63    public SlidingWindowBestSolutionsCollectionHeatMapControl() {
    6464      InitializeComponent();
    6565      progress = new Progress();
Note: See TracChangeset for help on using the changeset viewer.