{description}
{excerpt}Permanently removes the specified chart from the worksheet.{excerpt}
{signature:C#}
 public void Remove(Chart chart)
{signature}{signature:vb.net}
Public Sub Remove(ByVal chart As Chart)
{signature}
{parameters}
{param:Chart}A [Chart|Chart] object representing the Chart to remove.{param}