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