SymbolStyle(...)
This method creates a SymbolStyle object.
Path
session.SymbolStyle
xyPlot.SymbolStyle
Required arguments
None.
Optional arguments
- color
A String specifying the color to be used when drawing a marker with this SymbolStyle object. The default value is "White".
- show
A Boolean specifying whether to draw the marker when using this SymbolStyle object. The default value is ON.
- marker
A SymbolicConstant specifying the marker type be used when drawing symbols using this SymbolStyle object. Possible values are:
FILLED_CIRCLE
FILLED_SQUARE
FILLED_DIAMOND
FILLED_TRI
HOLLOW_CIRCLE
HOLLOW_SQUARE
HOLLOW_DIAMOND
HOLLOW_TRI
CROSS
XMARKER
POINT
The default value is FILLED_CIRCLE.
- size
A Float specifying the marker size to be used when drawing markers using this SymbolStyle object. The default value is 2.0.
Return value
A SymbolStyle object.
Exceptions
ColorError