public GraphRecorder(string name, Color color, int sampleNum, params string[] samplerNames) { _graph = new GraphData(name, color, sampleNum); _recorder = new CustomRecorder(samplerNames); }