Esempio n. 1
0
 /**
  * Sets the charts for this sheet
  *
  * @param ch the charts
  */
 void setCharts(Chart[] ch) {
   drawingWriter.setCharts(ch);
 }