table.cell_set_text_size() - Pine Script Function
table.cell_set_text_size()
Section titled “table.cell_set_text_size()”Overview
Section titled “Overview”The function sets the size of the cell’s text.
Syntax
Section titled “Syntax”table.cell_set_text_size(table_id, column, row, text_size) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| table_id | series table | A table object. |