<kendo:stockChart-navigator-categoryAxis-majorGridLines>

The configuration of 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-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-majorGridLines></kendo:stockChart-navigator-categoryAxis-majorGridLines>
</kendo:stockChart-navigator-categoryAxis>

Configuration Attributes

color java.lang.String

The color of the major grid lines. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:stockChart-navigator-categoryAxis-majorGridLines color="color">
</kendo:stockChart-navigator-categoryAxis-majorGridLines>

dashType java.lang.String

The dash type of the major 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:stockChart-navigator-categoryAxis-majorGridLines dashType="dashType">
</kendo:stockChart-navigator-categoryAxis-majorGridLines>

skip float

The skip of the category axis major grid lines.

Example

<kendo:stockChart-navigator-categoryAxis-majorGridLines skip="skip">
</kendo:stockChart-navigator-categoryAxis-majorGridLines>

step float

The step of the category axis major grid lines.

Example

<kendo:stockChart-navigator-categoryAxis-majorGridLines step="step">
</kendo:stockChart-navigator-categoryAxis-majorGridLines>

visible boolean

If set to true the chart will display the major grid lines. By default the major grid lines are visible.

Example

<kendo:stockChart-navigator-categoryAxis-majorGridLines visible="visible">
</kendo:stockChart-navigator-categoryAxis-majorGridLines>

width float

The width of the category axis major grid lines in pixels.

Example

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