pub fn write_chart_space<W>( writer: &mut Writer<W>, chart_space: &ChartSpace, ) -> Result<(), Error>where W: Write,
Writes a whole chart part: the XML declaration, then <c:chartSpace> and everything inside it.
<c:chartSpace>