<kendo:stockChart-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:stockChart-categoryAxisItem>
    <kendo:stockChart-categoryAxisItem-majorGridLines></kendo:stockChart-categoryAxisItem-majorGridLines>
</kendo:stockChart-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:stockChart-categoryAxisItem-majorGridLines color="color">
</kendo:stockChart-categoryAxisItem-majorGridLines>

dashType java.lang.String

The dash type of the grid lines.

Example

<kendo:stockChart-categoryAxisItem-majorGridLines dashType="dashType">
</kendo:stockChart-categoryAxisItem-majorGridLines>

skip float

The skip of the category axis major grid lines.

Example

<kendo:stockChart-categoryAxisItem-majorGridLines skip="skip">
</kendo:stockChart-categoryAxisItem-majorGridLines>

step float

The step of the category axis major grid lines.

Example

<kendo:stockChart-categoryAxisItem-majorGridLines step="step">
</kendo:stockChart-categoryAxisItem-majorGridLines>

visible boolean

The visibility of the lines.

Example

<kendo:stockChart-categoryAxisItem-majorGridLines visible="visible">
</kendo:stockChart-categoryAxisItem-majorGridLines>

width float

The width of the lines.

Example

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