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