public Chart(string title, string model, Timecourse timecourse) { this.title = title; this.model = model; this.timecourse = timecourse; }
public Chart(string title, string model) { this.title = title; this.model = model; this.timecourse = new Timecourse(); }