Skip to content
Snippets Groups Projects
Commit e2f87f4d authored by Tim Molter's avatar Tim Molter
Browse files

javadocs

parent f8b8f6d8
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ import java.util.Collection;
import java.util.Iterator;
/**
* This class is used to export Chart data to a folder containing one or more CSV files. The parent folder's name is the title of the chart. Each series becomes a CSV file in the folder. The series'
* name becomes the CSV files' name.
*
* @author timmolter
*/
public class CSVExporter {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment