Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/09 02:44:23 (15 years ago)
Author:
swagner
Message:

Continued work on Optimizer and on adapting all views to the new MainForm concept (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Logging/3.3/LinechartView.cs

    r2520 r2546  
    4040  /// </summary>
    4141  [Content(typeof(Linechart), true)]
    42   public partial class LinechartView : ViewBase {
     42  public partial class LinechartView : ItemViewBase {
    4343    private double maxY = double.MinValue, minY = double.MaxValue;
    4444    private static int[] colors = new int[] {
Note: See TracChangeset for help on using the changeset viewer.