series.borderObject
The border of the points.
** Applicable to column, ohlc and candlestick series **
series.border.colorString|Function
The color of the border. It defaults to the color of the current series.
series.border.dashTypeString|Function
(default: "solid")
The dash type of the border.
"solid"
Specifies a solid line.
"dot"
Specifies a line consisting of dots.
"dash"
Specifies a line consisting of dashes.
"longDash"
Specifies a line consisting of a repeating pattern of long-dash.
"dashDot"
Specifies a line consisting of a repeating pattern of dash-dot.
"longDashDot"
Specifies a line consisting of a repeating pattern of long-dash-dot.
"longDashDotDot"
Specifies a line consisting of a repeating pattern of long-dash-dot-dot.
series.border.opacityNumber|Function
The border opacity.
series.border.widthNumber|Function
(default: 1)
The width of the border.
In this article