LabelPosition
The position of the label texts (inside or outside).
Schema: tchmi:framework#/definitions/RadialGaugeLabelPosition
Attribute getter
public getLabelPosition(): 'Top' | 'Bottom' | 'Left' | 'Right';Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Top' | 'Bottom' | 'Left' | 'Right' | The current value of the attribute. |
Attribute setter
public setLabelPosition(valueNew: 'Top' | 'Bottom' | 'Left' | 'Right' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Top', 'Bottom', 'Left', 'Right', null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from 1.8 |
