SpreadJS Documentation
clear Method
GC.Spread.Sheets.Charts Namespace > ChartCollection type : clear Method
Removes all charts in the sheet.
Syntax
var instance = new GC.Spread.Sheets.Charts.ChartCollection(sheet);
var value; // Type: any
value = instance.clear();
function clear() : any;
See Also

Reference

ChartCollection type