size - Pine Script Constants
Overview
Section titled “Overview”Constants under the size namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
size.auto | const string | A constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, and box.new. Adjusts the size of the graphics automatically. |
size.huge | const string | A constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to huge. |
size.large | const string | A constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to large. |
size.normal | const string | A constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to normal. |
size.small | const string | A constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to small. |
size.tiny | const string | A constant to specify the size of the graphics drawn by plotchar, plotshape, label.new, box.new, and table.cell. Sets the size to tiny. |