line.delete() - Pine Script Function
line.delete()
Section titled “line.delete()”Overview
Section titled “Overview”Deletes the specified line object. If it has already been deleted, does nothing.
Syntax
Section titled “Syntax”line.delete(id) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | series line | Line object to delete. |