TextStyle(...)
This method creates a TextStyle.
Path
session.TextStyle
xyPlot.TextStyle
Required arguments
None.
Optional arguments
- color
A String specifying the color to be used when drawing text with this TextStyle object. The default value is "White".
- show
A Boolean specifying whether to draw the text when using this TextStyle object. The default value is ON.
- font
A String specifying the name of the font to be used when drawing text with this TextStyle object. The default value is "-*-verdana-medium-r-normal-*-*-120-*-*-p-*-*-*".
- rotationAngle
A Float specifying the angle in degrees used for displaying the text. The default value is 0.0.
Return value
A TextStyle object.
Exceptions
ColorError