AreaStyle(...)
This method creates an AreaStyle.
Path
session.AreaStyle
xyPlot.AreaStyle
Required arguments
None.
Optional arguments
- color
A String specifying the color to be used when filling an area with this AreaStyle object. The default value is "White".
- fill
A Boolean specifying whether to fill the area when using this AreaStyle. The default value is ON.
- style
A SymbolicConstant specifying the area pattern style to be used when filling an area using this AreaStyle. The default value is SOLID.
Return value
An AreaStyle object.
Exceptions
ColorError