<kendo:chart-valueAxisItem-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-valueAxisItem>
    <kendo:chart-valueAxisItem-minorGridLines></kendo:chart-valueAxisItem-minorGridLines>
</kendo:chart-valueAxisItem>

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-valueAxisItem-minorGridLines color="color">
</kendo:chart-valueAxisItem-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-valueAxisItem-minorGridLines dashType="dashType">
</kendo:chart-valueAxisItem-minorGridLines>

skip float

The skip of the value axis minor grid lines.

Example

<kendo:chart-valueAxisItem-minorGridLines skip="skip">
</kendo:chart-valueAxisItem-minorGridLines>

step float

The step of the value axis minor grid lines.

Example

<kendo:chart-valueAxisItem-minorGridLines step="step">
</kendo:chart-valueAxisItem-minorGridLines>

type java.lang.String

The type of grid lines to draw for radar charts: "line" - draws straight lines. or "arc" - draws arcs.. The default type is "line" except for "radarColumn" charts.

Example

<kendo:chart-valueAxisItem-minorGridLines type="type">
</kendo:chart-valueAxisItem-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-valueAxisItem-minorGridLines visible="visible">
</kendo:chart-valueAxisItem-minorGridLines>

width float

The width of the value axis minor grid lines in pixels.

Example

<kendo:chart-valueAxisItem-minorGridLines width="width">
</kendo:chart-valueAxisItem-minorGridLines>
In this article
Not finding the help you need?