BiGauge2Label
This class is used for creating labels
This class extends BiGauge2Component and therefore all methods and fields available for BiGauge2Component are also available for BiGauge2Label .
Constructor
new BiGauge2Label ( )
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
anchorHorizontal | String | ![]() | ![]() | Horizontal placement of the anchor point. Possible values are: "left", "center", "right" |
anchorVertical | String | ![]() | ![]() | Vertical placement of the anchor point. possible values are: "top", "middle", "bottom" |
font | | ![]() | ![]() | Font to use. Setter takes either a BiFont or a string which is then passed to BiFont.fromString(). The size of the font is interpreted in the coordinate system used by the gauge. |
x | Number | ![]() | ![]() | X coordinate of the label's anchor point. |
y | Number | ![]() | ![]() | Y coordinate of the label's anchor point |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
