- Timestamp:
- 11/09/10 00:47:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis.Views/3.3/HeatMapView.cs
r4739 r4748 119 119 p.Color = GetDataPointColor(value, Content.Minimum, Content.Maximum, grayscaleCheckBox.Checked); 120 120 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);124 121 return p; 125 122 }
Note: See TracChangeset
for help on using the changeset viewer.