Changeset 13656 for branches/WebJobManager/HeuristicLab.DataPreprocessing/3.4/Content/LineChartContent.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/LineChartContent.cs
r13508 r13656 20 20 #endregion 21 21 22 using System.Drawing;23 22 using HeuristicLab.Common; 24 23 using HeuristicLab.Core; … … 29 28 public class LineChartContent : PreprocessingChartContent { 30 29 31 public static new Image StaticItemImage { 32 get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; } 33 } 30 34 31 35 32 public LineChartContent(IFilteredPreprocessingData preprocessingData)
Note: See TracChangeset
for help on using the changeset viewer.