<kendo:sparkline-categoryAxisItem-labels-border>

The border of the labels.

Example

<kendo:sparkline-categoryAxisItem-labels>
    <kendo:sparkline-categoryAxisItem-labels-border></kendo:sparkline-categoryAxisItem-labels-border>
</kendo:sparkline-categoryAxisItem-labels>

Configuration Attributes

color java.lang.String

The color of the border. Any valid CSS color string will work here, including hex and rgb.

Example

<kendo:sparkline-categoryAxisItem-labels-border color="color">
</kendo:sparkline-categoryAxisItem-labels-border>

dashType java.lang.String

The dash type of the border.

Example

<kendo:sparkline-categoryAxisItem-labels-border dashType="dashType">
</kendo:sparkline-categoryAxisItem-labels-border>

width float

The width of the border.

Example

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