Changeset 15266 for trunk/sources/HeuristicLab.Optimization.Views/3.3
- Timestamp:
- 07/17/17 22:00:44 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs
r15265 r15266 636 636 637 637 private string GetTooltipValue(IRun run, string columnName) { 638 if (columnName == SizeDimension.Constant.ToString()) 639 return string.Empty; 640 638 641 int columnIndex = Matrix.ColumnNames.ToList().IndexOf(columnName); 639 642 … … 642 645 return Content.GetValue(run, columnName).ToString(); 643 646 } 644 645 if (columnName == SizeDimension.Constant.ToString())646 return string.Empty;647 647 648 648 double? value = GetValue(run, columnName);
Note: See TracChangeset
for help on using the changeset viewer.