<kendo:stockChart-valueAxisItem-minorGridLines>

Configures the minor grid lines. These are the lines that are an extension of the minor ticks through the

Example

<kendo:stockChart-valueAxisItem>
    <kendo:stockChart-valueAxisItem-minorGridLines></kendo:stockChart-valueAxisItem-minorGridLines>
</kendo:stockChart-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 to true.

Example

<kendo:stockChart-valueAxisItem-minorGridLines color="color">
</kendo:stockChart-valueAxisItem-minorGridLines>

dashType java.lang.String

The dash type of the minor grid lines.

Example

<kendo:stockChart-valueAxisItem-minorGridLines dashType="dashType">
</kendo:stockChart-valueAxisItem-minorGridLines>

skip float

The skip of the value axis minor grid lines.

Example

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

step float

The step of the value axis minor grid lines.

Example

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

visible boolean

The visibility of the lines.

Example

<kendo:stockChart-valueAxisItem-minorGridLines visible="visible">
</kendo:stockChart-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 to true.

Example

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