Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/3.2/DataExport/IExporter.cs @ 1881

Last change on this file since 1881 was 1781, checked in by mstoeger, 15 years ago

Data Export (CSV) #588

File size: 162 bytes
Line 
1namespace HeuristicLab.Visualization.DataExport {
2  public interface IExporter {
3    void Export(IChartDataRowsModel model);
4
5    string Name { get; }
6  }
7}
Note: See TracBrowser for help on using the repository browser.