Skip to main content

write_chart_space

Function write_chart_space 

Source
pub fn write_chart_space<W>(
    writer: &mut Writer<W>,
    chart_space: &ChartSpace,
) -> Result<(), Error>
where W: Write,
Expand description

Writes a whole chart part: the XML declaration, then <c:chartSpace> and everything inside it.