Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/09 12:34:56 (15 years ago)
Author:
cbahner
Message:

#639 added color and y axis assignment to persistance

File:
1 edited

Legend:

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

    r1818 r1988  
    11using System;
    22using System.Collections.Generic;
     3using System.Xml;
    34
    45namespace HeuristicLab.Visualization {
     
    158159    }
    159160
     161    public override XmlNode ToXml(IDataRow row, XmlDocument document)
     162    {
     163      throw new System.NotImplementedException();
     164    }
     165
     166    public override IDataRow FromXml(XmlNode xmlNode)
     167    {
     168      throw new System.NotImplementedException();
     169    }
     170
    160171    #endregion
    161172  }
Note: See TracChangeset for help on using the changeset viewer.