LabelPosition
Die Position der Beschriftungs-Texte (innen oder außen).
Schema: tchmi:framework#/definitions/RadialGaugeLabelPosition
Attribut-Getter
public getLabelPosition(): 'Top' | 'Bottom' | 'Left' | 'Right';Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
'Top' | 'Bottom' | 'Left' | 'Right' | Der aktuelle Wert des Attributs. |
Attribut-Setter
public setLabelPosition(valueNew: 'Top' | 'Bottom' | 'Left' | 'Right' | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | 'Top', 'Bottom', 'Left', 'Right', null | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert. |
![]() | Verfügbar ab Version 1.8 |
