Text: Style
- Background color - Color of the rectangle that encloses the text. (
BackgroundColor)
- Edge color - Color of the edge of the rectangle that encloses the text. (
EdgeColor)
- Line style - Style of line used to draw the edges of the rectangle that encloses the text. (
LineStyle)
- Line width - Width of line used to draw the edges of the rectangle the encloses the text. (
LineWidth)
- Margin - A value, in pixels, added to the text extent dimensions to define the size of the rectangle that encloses the text.
- Use LaTeX interpreter - Check to interpret a subset of TeX character sequences in the string to produce symbols. See the table of available symbols.(
Interpreter)
- Position - x-, y-, and z-coordinates of text string in axes data units. See the
Units property to specify the text position in other units. (Position)
- Rotation - Orientation of the text string. Specify rotation in degrees, with positive angles corresponding to counterclockwise rotation. (
Rotation)
- Horizontal - Horizontal location of the text with respect to the point specified by Position. (
HorizontalAlignment)
- Vertical - Vertical location of the text with respect to the point specified by Position. (
VerticalAlignment)
See Text Alignment for illustrations of the various text alignment options.