This example deletes all the chart object of the active sheet.
Sheet sheet = spreadsheet.getActiveSheet(); ChartObjects chartObjects = sheet.getChartObjects(); chartObjects.remove();
Related information
remove method