Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/IChartDataModel.cs @ 1345

Last change on this file since 1345 was 685, checked in by cbahner, 16 years ago

#320
basic implementation of dataRows

File size: 208 bytes
RevLine 
[680]1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
[685]5using HeuristicLab.Core;
[680]6
7namespace HeuristicLab.Visualization {
[685]8  interface IChartDataModel : IItem {
[680]9  }
10}
Note: See TracBrowser for help on using the repository browser.