<kendo:sparkline-categoryAxisItem-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:sparkline-categoryAxisItem>
<kendo:sparkline-categoryAxisItem-majorGridLines></kendo:sparkline-categoryAxisItem-majorGridLines>
</kendo:sparkline-categoryAxisItem>
Configuration Attributes
color java.lang.String
The color of the lines. Any valid CSS color string will work here, including hex and rgb.
Example
<kendo:sparkline-categoryAxisItem-majorGridLines color="color">
</kendo:sparkline-categoryAxisItem-majorGridLines>
dashType java.lang.String
The dash type of the grid lines.
Example
<kendo:sparkline-categoryAxisItem-majorGridLines dashType="dashType">
</kendo:sparkline-categoryAxisItem-majorGridLines>
skip float
The skip of the category axis major grid lines.
Example
<kendo:sparkline-categoryAxisItem-majorGridLines skip="skip">
</kendo:sparkline-categoryAxisItem-majorGridLines>
step float
The step of the category axis major grid lines.
Example
<kendo:sparkline-categoryAxisItem-majorGridLines step="step">
</kendo:sparkline-categoryAxisItem-majorGridLines>
visible boolean
The visibility of the lines.
Example
<kendo:sparkline-categoryAxisItem-majorGridLines visible="visible">
</kendo:sparkline-categoryAxisItem-majorGridLines>
width float
The width of the lines.
Example
<kendo:sparkline-categoryAxisItem-majorGridLines width="width">
</kendo:sparkline-categoryAxisItem-majorGridLines>