Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/LineChartContent.cs @ 10242

Last change on this file since 10242 was 10242, checked in by psteiner, 10 years ago

added Content Classes

File size: 278 bytes
Line 
1using HeuristicLab.Core;
2using System;
3using System.Collections.Generic;
4using System.Linq;
5using System.Text;
6
7namespace HeuristicLab.DataPreprocessing
8{
9  [Item("LineChartContent", "Represents the line chart grid.")]
10  class LineChartContent : IItem
11  {
12  }
13}
Note: See TracBrowser for help on using the repository browser.