EdgeColor property
The color of a series, plot, or text element border.
Syntax
Set: myObject.setEdgeColor(eColor)
Get: eColor = myObject.getEdgeColor
Applies to
Series, TextElement, and Plot objects.
Data type
Color. An object of type Color, which is defined in the java.awt package. The default value is Color.black. [[PS: Ref. a topic about accessing java classes.]]
See also
EdgeLineWidth property
footnoteBorderLineColor PARAM tag
legendBorderLineColor PARAM tag
plotBorderLineColor PARAM tag
seriesBorderLineColors PARAM tag
titleBorderLineColor PARAM tag