valueAxis.majorGridLinesObject
Configures the major grid lines. These are the lines that are an extension of the major ticks through the body of the chart.
valueAxis.majorGridLines.colorString
(default: "black")
The color of the lines.
valueAxis.majorGridLines.visibleBoolean
(default: false)
The visibility of the lines.
valueAxis.majorGridLines.widthNumber
(default: 1)
The width of the lines.
valueAxis.majorGridLines.stepNumber
(default: 1)
The step of the value axis major grid lines.
valueAxis.majorGridLines.skipNumber
(default: 0)
The skip of the value axis major grid lines.
In this article