Skip to main content
Version: Streamsheets 2.4

LINEFORMAT

Create a line format description from the given arguments.

note

This function is deprecated. Use the "Object Properties" to set line style.

Syntax

LINEFORMAT(Color [, Style, Width, ArrowStart, ArrowEnd])

Arguments

Return Value

JSON String, which defines the line format and can be used in drawing functions.

Example

FunctionResultComment
LINEFORMAT("#FF0000", 1, 3){"color":"#FF0000", "style":1,"width":3}Draw a solid red line using a line width of 3 Pixel.