Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 00:39:59 (14 years ago)
Author:
mkommend
Message:

added new version of RunCollectionBubbleChartView (ticket #970)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IRun.cs

    r3376 r3428  
    2323using HeuristicLab.Common;
    2424using HeuristicLab.Core;
     25using System.Drawing;
     26using System;
    2527
    2628namespace HeuristicLab.Optimization {
     
    3234    IDictionary<string, IItem> Parameters { get; }
    3335    IDictionary<string, IItem> Results { get; }
     36
     37    Color Color {get;set;}
     38    bool Visible { get; set; }
     39    event EventHandler Changed;
    3440  }
    3541}
Note: See TracChangeset for help on using the changeset viewer.