property ValueAxis.MajorGridLines as GridLinesOptions
Defines the configuration options to show the major grid lines of the value-axis

TypeDescription
GridLinesOptions A GridLinesOptions object that helps to define the configuration options to show the major grid lines of the value-axis
By default, light-gray grid lines are shown, because the Color property is "lightgray" The Color property specifies the line's color. The Style property defines the style of the line. The Width property specifies the line's width or size (1 by default). The Step property defines the step to show the grid lines. The Skip property specifies the number of grid lines to skip. The MajorTicks property defines the configuration options to show the major ticks of the value-axis.