<kendo:stockChart-categoryAxisItem-line>

Configures the axis line. This will also effect major and minor ticks, but not gridlines.

Example

<kendo:stockChart-categoryAxisItem>
    <kendo:stockChart-categoryAxisItem-line></kendo:stockChart-categoryAxisItem-line>
</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.Note: This will also effect the major and minor ticks, but not the grid lines.

Example

<kendo:stockChart-categoryAxisItem-line color="color">
</kendo:stockChart-categoryAxisItem-line>

dashType java.lang.String

The dash type of the line.

Example

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

visible boolean

The visibility of the lines.

Example

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

width float

The width of the line. This will also effect the major and minor ticks, but not the grid lines.

Example

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