<kendo:chart-yAxisItem-minorGridLines>
The configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the chart.
Example
<kendo:chart-yAxisItem>
<kendo:chart-yAxisItem-minorGridLines></kendo:chart-yAxisItem-minorGridLines>
</kendo:chart-yAxisItem>
Configuration Attributes
color java.lang.String
The color of the minor grid lines. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-yAxisItem-minorGridLines color="color">
</kendo:chart-yAxisItem-minorGridLines>
dashType java.lang.String
The dash type of the minor grid lines.The following dash types are supported: "dash" - a line consisting of dashes; "dashDot" - a line consisting of a repeating pattern of dash-dot; "dot" - a line consisting of dots; "longDash" - a line consisting of a repeating pattern of long-dash; "longDashDot" - a line consisting of a repeating pattern of long-dash-dot; "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot or "solid" - a solid line.
Example
<kendo:chart-yAxisItem-minorGridLines dashType="dashType">
</kendo:chart-yAxisItem-minorGridLines>
skip float
The skip of the y axis minor grid lines.
Example
<kendo:chart-yAxisItem-minorGridLines skip="skip">
</kendo:chart-yAxisItem-minorGridLines>
step float
The step of the y axis minor grid lines.
Example
<kendo:chart-yAxisItem-minorGridLines step="step">
</kendo:chart-yAxisItem-minorGridLines>
visible boolean
If set to true the chart will display the minor grid lines. By default the minor grid lines are visible.
Example
<kendo:chart-yAxisItem-minorGridLines visible="visible">
</kendo:chart-yAxisItem-minorGridLines>
width float
The width of the category axis minor grid lines in pixels.
Example
<kendo:chart-yAxisItem-minorGridLines width="width">
</kendo:chart-yAxisItem-minorGridLines>