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

    r1530 r1988  
    11using System;
    22using System.Collections.Generic;
     3using System.Xml;
    34
    45namespace HeuristicLab.Visualization {
     
    116117    }
    117118
     119    public override XmlNode ToXml(IDataRow row, XmlDocument document)
     120    {
     121      throw new System.NotImplementedException();
     122    }
     123
     124    public override IDataRow FromXml(XmlNode xmlNode)
     125    {
     126      throw new System.NotImplementedException();
     127    }
     128
    118129    #endregion
    119130  }
Note: See TracChangeset for help on using the changeset viewer.