/* * XSerieProperties.cc * * Created on: 13 déc. 2013 * Author: CS */ #include "XSeriesProperties.hh" namespace plot { /* * Dumps properties for test. */ void XSeriesProperties::dump(std::ostream& out_, std::string& prefix_){ out_ << "[X SERIES PROPERTIES]" << std::endl; out_ << prefix_ << "xAxisId=" << getAxisId() << std::endl; } } /* namespace plot */