Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/ILineChartLogic.cs @ 10377

Last change on this file since 10377 was 10377, checked in by aesterer, 10 years ago

Added line chart and basic logic for line chart

File size: 265 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Analysis;
6
7namespace HeuristicLab.DataPreprocessing
8{
9  public interface ILineChartLogic
10  {
11    void FillDataTable(DataTable dataTable);
12  }
13}
Note: See TracBrowser for help on using the repository browser.