...

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

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

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

User Contributed Notes
0 notes + add a note