CurveOptions(...)
This method creates a CurveOptions object.
Path
session.CurveOptions
xyPlot.CurveOptions.
Required arguments
None.
Optional arguments
- symbolColor
-
A String specifying the color to be used when drawing a marker with this CurveOptions object. The default value is "White."
- showSymbol
-
A Boolean specifying whether to draw the marker when using this CurveOptions object. The default value is ON.
- symbolMarker
-
A SymbolicConstant specifying the marker type be used when drawing symbols using this CurveOptions 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.
-
- symbolSize
-
A Float specifying the marker size to be used when drawing markers using this CurveOptions object. The default value is 2.0.
- lineColor
-
A String specifying the color to be used when drawing a line with this CurveOptions object. The default value is "White."
- showLine
-
A Boolean specifying whether to draw the line when using this CurveOptions object. The default value is ON.
- lineStyle
-
A SymbolicConstant specifying the line style to be used when drawing lines using this CurveOptions object. Possible values are SOLID, DASHED, DOTTED, and DOT_DASH. The default value is SOLID.
- lineThickness
-
A Float specifying the line thickness in millimeters to be used when drawing lines using this CurveOptions object. The default value is 0.2.
Return value
A CurveOptions object.
Exceptions
ColorError.