Changeset 15265
- Timestamp:
- 07/17/17 16:01:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs
r15264 r15265 643 643 } 644 644 645 if (columnName == SizeDimension.Constant.ToString()) 646 return string.Empty; 647 645 648 double? value = GetValue(run, columnName); 646 649 if (!value.HasValue) return string.Empty;
Note: See TracChangeset
for help on using the changeset viewer.