The SymbolStyle object is used to define the marker properties to be used when drawing curves.
SymbolStyle objects can be created using the methods described below.
import visualization session.charts[name].axes1[i].axisData.curves[i].symbolStyle session.charts[name].axes2[i].axisData.curves[i].symbolStyle session.charts[name].curves[name].symbolStyle session.curves[name].symbolStyle session.defaultChartOptions.defaultAxis1Options.axisData.curves[i]\ .symbolStyle session.defaultChartOptions.defaultAxis2Options.axisData.curves[i]\ .symbolStyle session.xyPlots[name].charts[name].axes1[i].axisData.curves[i]\ .symbolStyle session.xyPlots[name].charts[name].axes2[i].axisData.curves[i]\ .symbolStyle session.xyPlots[name].charts[name].curves[name].symbolStyle session.xyPlots[name].curves[name].symbolStyle
This method creates a SymbolStyle object.
session.SymbolStyle
xyPlot.SymbolStyle
Required arguments
Optional arguments
A String specifying the color to be used when drawing a marker with this SymbolStyle object. The default value is "White".
A Boolean specifying whether to draw the marker when using this SymbolStyle object. The default value is ON.
A SymbolicConstant specifying the marker type be used when drawing symbols using this SymbolStyle object. Possible values are:
The default value is FILLED_CIRCLE.
FILLED_CIRCLE
FILLED_SQUARE
FILLED_DIAMOND
FILLED_TRI
HOLLOW_CIRCLE
HOLLOW_SQUARE
HOLLOW_DIAMOND
HOLLOW_TRI
CROSS
XMARKER
POINT
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
This method modifies the SymbolStyle object.
Required arguments
Optional arguments
A String specifying the color to be used when drawing a marker with this SymbolStyle object. The default value is "White".
A Boolean specifying whether to draw the marker when using this SymbolStyle object. The default value is ON.
A SymbolicConstant specifying the marker type be used when drawing symbols using this SymbolStyle object. Possible values are:
The default value is FILLED_CIRCLE.
FILLED_CIRCLE
FILLED_SQUARE
FILLED_DIAMOND
FILLED_TRI
HOLLOW_CIRCLE
HOLLOW_SQUARE
HOLLOW_DIAMOND
HOLLOW_TRI
CROSS
XMARKER
POINT
A Float specifying the marker size to be used when drawing markers using this SymbolStyle object. The default value is 2.0.
Return value
Exceptions
The SymbolStyle object has members with the same names and descriptions as the arguments to the setValues method.