Changeset 15021 for branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs
- Timestamp:
- 06/01/17 17:43:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs
r14996 r15021 96 96 int numChecked = list.CheckedItems.Count(); 97 97 if (numChecked > 20) { 98 string message = string.Format("Displaying {0} variables ({1} charts) can cause HeuristicLab to become instable. " +98 string message = string.Format("Displaying {0} variables ({1} charts) can slown down HeuristicLab. " + 99 99 "Should the number of initially checked variables be reduced to 20?", 100 100 numChecked, numChecked * numChecked);
Note: See TracChangeset
for help on using the changeset viewer.