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

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

skip float

The skip of the value axis major grid lines.

Example

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

step float

The step of the value axis major grid lines.

Example

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

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

visible boolean

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

Example

<kendo:chart-valueAxisItem-majorGridLines visible="visible">
</kendo:chart-valueAxisItem-majorGridLines>

width float

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

Example

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