<kendo:sparkline-categoryAxisItem-title>

The title of the category axis.

Example

<kendo:sparkline-categoryAxisItem>
    <kendo:sparkline-categoryAxisItem-title></kendo:sparkline-categoryAxisItem-title>
</kendo:sparkline-categoryAxisItem>

Configuration Attributes

background java.lang.String

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

Example

<kendo:sparkline-categoryAxisItem-title background="background">
</kendo:sparkline-categoryAxisItem-title>

color java.lang.String

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

Example

<kendo:sparkline-categoryAxisItem-title color="color">
</kendo:sparkline-categoryAxisItem-title>

font java.lang.String

The font style of the title.

Example

<kendo:sparkline-categoryAxisItem-title font="font">
</kendo:sparkline-categoryAxisItem-title>

margin java.lang.Object

The margin of the title.

Example

<kendo:sparkline-categoryAxisItem-title margin="margin">
</kendo:sparkline-categoryAxisItem-title>

position java.lang.String

The position of the title.

Example

<kendo:sparkline-categoryAxisItem-title position="position">
</kendo:sparkline-categoryAxisItem-title>

rotation float

The rotation angle of the title.

Example

<kendo:sparkline-categoryAxisItem-title rotation="rotation">
</kendo:sparkline-categoryAxisItem-title>

text java.lang.String

The text of the title.

Example

<kendo:sparkline-categoryAxisItem-title text="text">
</kendo:sparkline-categoryAxisItem-title>

visible boolean

The visibility of the title.

Example

<kendo:sparkline-categoryAxisItem-title visible="visible">
</kendo:sparkline-categoryAxisItem-title>

Configuration JSP Tags

kendo:sparkline-categoryAxisItem-title-border

The border of the title.

More documentation is available at kendo:sparkline-categoryAxisItem-title-border.

Example

<kendo:sparkline-categoryAxisItem-title>
    <kendo:sparkline-categoryAxisItem-title-border></kendo:sparkline-categoryAxisItem-title-border>
</kendo:sparkline-categoryAxisItem-title>
In this article
Not finding the help you need?