Changeset 13656 for branches/WebJobManager/HeuristicLab.DataPreprocessing/3.4/Content/ScatterPlotContent.cs
- Timestamp:
- 03/07/16 10:18:05 (9 years ago)
- Location:
- branches/WebJobManager
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.DataPreprocessing/3.4/Content/ScatterPlotContent.cs
r13508 r13656 21 21 22 22 using System.Collections.Generic; 23 using System.Drawing;24 23 using System.Linq; 25 24 using HeuristicLab.Analysis; … … 47 46 } 48 47 49 public static new Image StaticItemImage { 50 get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; } 51 } 48 52 49 53 50 public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.