Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/09 17:14:04 (15 years ago)
Author:
dwagner
Message:

dw: Added new dialog for adding lines using the options dialog. (#478)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/MinAggregator.cs

    r1996 r2040  
    33
    44namespace HeuristicLab.Visualization {
    5   public class MinAggregator : DataRowBase {
     5  public class MinAggregator : DataRowBase, IAggregator {
    66    #region IAggregator Members
    77
     
    2323
    2424    #endregion
     25
     26    public MinAggregator() {
     27      this.RowSettings.LineType=DataRowType.SingleValue;
     28    }
    2529
    2630    readonly List<IDataRow> dataRowWatches = new List<IDataRow>();
Note: See TracChangeset for help on using the changeset viewer.