source:
trunk/sources/HeuristicLab.Visualization/3.2/DataExport/IExporter.cs
@
2449
Last change on this file since 2449 was 1980, checked in by mstoeger, 15 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | namespace 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.