Changeset 2546 for trunk/sources/HeuristicLab.Logging
- Timestamp:
- 12/07/09 02:44:23 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Logging/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Logging/3.3/LinechartView.cs
r2520 r2546 40 40 /// </summary> 41 41 [Content(typeof(Linechart), true)] 42 public partial class LinechartView : ViewBase {42 public partial class LinechartView : ItemViewBase { 43 43 private double maxY = double.MinValue, minY = double.MaxValue; 44 44 private static int[] colors = new int[] { -
trunk/sources/HeuristicLab.Logging/3.3/LogView.cs
r2520 r2546 38 38 /// </summary> 39 39 [Content(typeof(Log), true)] 40 public partial class LogView : ViewBase {40 public partial class LogView : ItemViewBase { 41 41 /// <summary> 42 42 /// Gets or sets the Log item to represent visually. -
trunk/sources/HeuristicLab.Logging/3.3/PointXYChartView.cs
r2520 r2546 40 40 /// </summary> 41 41 [Content(typeof(PointXYChart), true)] 42 public partial class PointXYChartView : ViewBase {42 public partial class PointXYChartView : ItemViewBase { 43 43 private static int[] colors = new int[] { 44 44 182,182,255,
Note: See TracChangeset
for help on using the changeset viewer.