Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/10 00:47:06 (14 years ago)
Author:
swagner
Message:

Worked on population diversity analysis (#1188)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/HeatMapView.cs

    r4739 r4748  
    119119      p.Color = GetDataPointColor(value, Content.Minimum, Content.Maximum, grayscaleCheckBox.Checked);
    120120      p.MarkerStyle = MarkerStyle.Square;
    121       //p.MarkerSize = 10;
    122       //string nl = Environment.NewLine;
    123       //p.ToolTip = string.Format("Row: {0}{3}Column: {1}{3}Value: {2}", index2, index1, value, nl);
    124121      return p;
    125122    }
Note: See TracChangeset for help on using the changeset viewer.