RecorderLabelPosition

Enumeration of the recorder label position.
View as Markdown

Enumeration of the recorder label position. Can be passed via the RecorderLabels.position parameter. Add the following line to your scenario code to use the enum:

require(Modules.Recorder);

Values

TOP_LEFT
'top left'
TOP_CENTER
'top center'
TOP_RIGHT
'top right'
MIDDLE_LEFT
'middle left'
MIDDLE_CENTER
'middle center'
MIDDLE_RIGHT
'middle right'
BOTTOM_LEFT
'bottom left'
BOTTOM_CENTER
'bottom center'
BOTTOM_RIGHT
'bottom right'