Creates a new label and places it in the ViewObject parent.
Creates a new label and places it in the Window window.
Adjusts the size of the label to fit the text.
Contains the text contents of the label. This may include carriage returns (\n), scalar references of the form [scalar_name], and some basic LaTeX.
Used to set or get the current font used for the label.
Contains the size of the font used to draw the label.
Contains the rotation angle of the label. Rotation is clockwise from normal and is stored in degrees.
Contains the number of digits of precision to display data values in the label. Restricted to a value between 0 and 16 inclusive.
Determines if the contents of the label should be interpreted in order to substitute LaTeX-like constructs. Default is true.
Determines if the contents of the label should be interpreted in order to substitute variable reference constructs. Default is true.
Automatically resizes the label to fit the text exactly. May trigger a slight move of the label. It will not automatically resize if the user resizes it manually via the size property or layout mode.