LabelPosition
[ Enumeration ]
export enum LabelPosition {
Right = 0,
Center = 1,
Left = 2
}
Values
Name | Value | Description |
|---|---|---|
Right |
| Labels are displayed on the right |
Center |
| Labels are displayed in the center |
Left |
| Labels are displayed on the left |
![]() | Available from version 14 |
