Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/ChartDataModelBase.cs @ 685

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

#320
basic implementation of dataRows

File size: 242 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Core;
6
7namespace HeuristicLab.Visualization {
8  public abstract class ChartDataModelBase : ItemBase, IChartDataModel{
9  }
10}
Note: See TracBrowser for help on using the repository browser.