Free cookie consent management tool by TermsFeed Policy Generator

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

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

#320
basic implementation of dataRows

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