Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3001 was 1980, checked in by mstoeger, 15 years ago

Data Export (PNG) #588

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