valueAxis.line Object

Configures the axis line. This will also affect the major and minor ticks, but not the grid lines.

valueAxis.line.color String(default: "black")

The color of the line. This will also effect the major and minor ticks, but not the grid lines.

valueAxis.line.dashType String(default: "solid")

The dash type of the line.

"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.

valueAxis.line.visible Boolean(default: true)

The visibility of the line.

valueAxis.line.width Number(default: 1)

The width of the line. This will also effect the major and minor ticks, but not the grid lines.

In this article