Skip to main content
Version: Streamsheets 2.3

DRAW.LABEL

Define a graphical text object.

Syntax

=DRAW.LABEL(X, Y, Width, Height, LineColor, FillColor, Angle, Text)

Arguments

NameDescription
XX Coordinate in 1/100th mm
YY Coordinate in 1/100th mm
WidthWidth in 1/100th mm
HeightHeight in 1/100th mm
LineColorOptional. Options:
- None for no line
- Hexadecimal color value (#FF0000 for Red)
FillColorOptional. Hexadecimal color value (#FF0000 for Red)
AngleOptional. Angle in radians.
TextText to display

Return Value

TRUE, if label could be created.

Example

FunctionResultComment
=DRAW.LABEL(9684,5318,889,617,,,,"Text")TRUECreates a label with "Text".