Skip to content
Algo Trade Analytics Docs

table.set_border_width() - Pine Script Function

The function sets the width of the borders (excluding the outer frame) of the table’s cells.

table.set_border_width(table_id, border_width) → void
NameTypeDescription
table_idseries tableA table object.