StyleCode Property: textRotation

textRotation

If specified to “left” or “right”, the text element is rotated 90 degrees towards that direction.

Applies to Type Default
assert
label
left, right, none none

Examples

// Example: assert
myAssertion = false

show assert "My Assert" a1b1 { textRotation: "right" } with
  myAssertion

// Example: label
show label "My Label" a1b1 { textRotation: "right" }

User Contributed Notes
0 notes + add a note