<kendo:sparkline-categoryAxisItem-line>

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

Example

<kendo:sparkline-categoryAxisItem>
    <kendo:sparkline-categoryAxisItem-line></kendo:sparkline-categoryAxisItem-line>
</kendo:sparkline-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:sparkline-categoryAxisItem-line color="color">
</kendo:sparkline-categoryAxisItem-line>

dashType java.lang.String

The dash type of the line.

Example

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

visible boolean

The visibility of the lines.

Example

<kendo:sparkline-categoryAxisItem-line visible="visible">
</kendo:sparkline-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:sparkline-categoryAxisItem-line width="width">
</kendo:sparkline-categoryAxisItem-line>
In this article
Not finding the help you need?