series.border Object

The border of the points.

** Applicable to column, ohlc and candlestick series **

series.border.color String|Function

The color of the border. It defaults to the color of the current series.

series.border.dashType String|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.opacity Number|Function

The border opacity.

series.border.width Number|Function(default: 1)

The width of the border.

In this article