<kendo:sparkline-valueAxisItem-minorGridLines>
Configures the minor grid lines. These are the lines that are an extension of the minor ticks through the
Example
<kendo:sparkline-valueAxisItem>
<kendo:sparkline-valueAxisItem-minorGridLines></kendo:sparkline-valueAxisItem-minorGridLines>
</kendo:sparkline-valueAxisItem>
Configuration Attributes
color java.lang.String
The color of the lines.Note that this has no effect if the visibility of the minor grid lines is not set totrue.
Example
<kendo:sparkline-valueAxisItem-minorGridLines color="color">
</kendo:sparkline-valueAxisItem-minorGridLines>
dashType java.lang.String
The dash type of the minor grid lines.
Example
<kendo:sparkline-valueAxisItem-minorGridLines dashType="dashType">
</kendo:sparkline-valueAxisItem-minorGridLines>
skip float
The skip of the value axis minor grid lines.
Example
<kendo:sparkline-valueAxisItem-minorGridLines skip="skip">
</kendo:sparkline-valueAxisItem-minorGridLines>
step float
The step of the value axis minor grid lines.
Example
<kendo:sparkline-valueAxisItem-minorGridLines step="step">
</kendo:sparkline-valueAxisItem-minorGridLines>
visible boolean
The visibility of the lines.
Example
<kendo:sparkline-valueAxisItem-minorGridLines visible="visible">
</kendo:sparkline-valueAxisItem-minorGridLines>
width float
The width of the lines.Note that this settings has no effect if the visibility of the minor grid lines is not set totrue.
Example
<kendo:sparkline-valueAxisItem-minorGridLines width="width">
</kendo:sparkline-valueAxisItem-minorGridLines>