LabelPosition

[ Enumeration ]

export enum LabelPosition {
     Right = 0,
     Center = 1,
     Left = 2
}

Values

Name

Value

Description

Right

0

Labels are displayed on the right

Center

1

Labels are displayed in the center

Left

2

Labels are displayed on the left

LabelPosition 1:

Available from version 14