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/MaxAggregator.cs

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