[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChart.Delete

Delete Method

Delete()

Deletes the chart from the worksheet.

After this method is called, the chart is removed from the worksheet's shapes collection.

Declaration
void Delete()
Sub Delete()
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered, 20, 20, 300, 200).Chart;
chart.Delete();