source:
trunk/sources/HeuristicLab.Visualization/3.2/DataExport/IExporter.cs
@
3199
Last change on this file since 3199 was 1980, checked in by mstoeger, 15 years ago | |
---|---|
File size: 179 bytes |
Rev | Line | |
---|---|---|
[1781] | 1 | namespace HeuristicLab.Visualization.DataExport { |
2 | public interface IExporter { | |
[1980] | 3 | void Export(IChartDataRowsModel model, LineChart chart); |
[1781] | 4 | |
5 | string Name { get; } | |
6 | } | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.