LabelPosition

Description

A LabelPosition is an enum that represents the position of a label.

Possible values

Name

Type

Value

Description

Left

string

"left"

The label is positioned on the left.

Right

string

"right"

The label is positioned on the right.

The LabelPosition can be used by a StatConfiguration to position the label next to a stat result.