<kendo:stockChart-valueAxisItem-majorGridLines>
Configures the major grid lines. These are the lines that are an extension of the major ticks through the body of the chart.
Example
<kendo:stockChart-valueAxisItem>
<kendo:stockChart-valueAxisItem-majorGridLines></kendo:stockChart-valueAxisItem-majorGridLines>
</kendo:stockChart-valueAxisItem>
Configuration Attributes
color java.lang.String
The color of the lines.
Example
<kendo:stockChart-valueAxisItem-majorGridLines color="color">
</kendo:stockChart-valueAxisItem-majorGridLines>
skip float
The skip of the value axis major grid lines.
Example
<kendo:stockChart-valueAxisItem-majorGridLines skip="skip">
</kendo:stockChart-valueAxisItem-majorGridLines>
step float
The step of the value axis major grid lines.
Example
<kendo:stockChart-valueAxisItem-majorGridLines step="step">
</kendo:stockChart-valueAxisItem-majorGridLines>
visible boolean
The visibility of the lines.
Example
<kendo:stockChart-valueAxisItem-majorGridLines visible="visible">
</kendo:stockChart-valueAxisItem-majorGridLines>
width float
The width of the lines.
Example
<kendo:stockChart-valueAxisItem-majorGridLines width="width">
</kendo:stockChart-valueAxisItem-majorGridLines>