setLabelPosition
[ Funktion ]
public setLabelPosition(newValue: 'Top' | 'Bottom' | 'Left' | 'Right' | null): void;
Diese Funktion setzt einen neuen Wert für das Attribut LabelPosition.
Parameter
Name | Typ | Beschreibung |
---|---|---|
newValue | '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. |
Siehe auch
Attribut-Getter: getLabelPosition
Herkunft: TcHmiTachometer
Verfügbar ab Version 1.12.744 |