<kendo:stockChart-navigator-categoryAxis-title>

The title configuration of the category axis.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-title></kendo:stockChart-navigator-categoryAxis-title>
</kendo:stockChart-navigator-categoryAxis>

Configuration Attributes

background java.lang.String

The background color of the title. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:stockChart-navigator-categoryAxis-title background="background">
</kendo:stockChart-navigator-categoryAxis-title>

color java.lang.String

The text color of the title. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:stockChart-navigator-categoryAxis-title color="color">
</kendo:stockChart-navigator-categoryAxis-title>

font java.lang.String

The font style of the title.

Example

<kendo:stockChart-navigator-categoryAxis-title font="font">
</kendo:stockChart-navigator-categoryAxis-title>

margin float

The margin of the title. A numeric value will set all margins. Further configuration is available via kendo:stockChart-navigator-categoryAxis-title-margin.

Example

<kendo:stockChart-navigator-categoryAxis-title margin="margin">
</kendo:stockChart-navigator-categoryAxis-title>

padding float

The padding of the title. A numeric value will set all paddings. Further configuration is available via kendo:stockChart-navigator-categoryAxis-title-padding.

Example

<kendo:stockChart-navigator-categoryAxis-title padding="padding">
</kendo:stockChart-navigator-categoryAxis-title>

position java.lang.String

The position of the title.The supported values are: "top" - the axis title is positioned on the top (applicable to vertical axis); "bottom" - the axis title is positioned on the bottom (applicable to vertical axis); "left" - the axis title is positioned on the left (applicable to horizontal axis); "right" - the axis title is positioned on the right (applicable to horizontal axis) or "center" - the axis title is positioned in the center.

Example

<kendo:stockChart-navigator-categoryAxis-title position="position">
</kendo:stockChart-navigator-categoryAxis-title>

rotation float

The rotation angle of the title. By default the title is not rotated.

Example

<kendo:stockChart-navigator-categoryAxis-title rotation="rotation">
</kendo:stockChart-navigator-categoryAxis-title>

text java.lang.String

The text of the title.

Example

<kendo:stockChart-navigator-categoryAxis-title text="text">
</kendo:stockChart-navigator-categoryAxis-title>

visible boolean

If set to true the chart will display the category axis title. By default the category axis title is visible.

Example

<kendo:stockChart-navigator-categoryAxis-title visible="visible">
</kendo:stockChart-navigator-categoryAxis-title>

Configuration JSP Tags

kendo:stockChart-navigator-categoryAxis-title-border

The border of the title.

More documentation is available at kendo:stockChart-navigator-categoryAxis-title-border.

Example

<kendo:stockChart-navigator-categoryAxis-title>
    <kendo:stockChart-navigator-categoryAxis-title-border></kendo:stockChart-navigator-categoryAxis-title-border>
</kendo:stockChart-navigator-categoryAxis-title>

kendo:stockChart-navigator-categoryAxis-title-margin

The margin of the title. A numeric value will set all margins.

More documentation is available at kendo:stockChart-navigator-categoryAxis-title-margin.

Example

<kendo:stockChart-navigator-categoryAxis-title>
    <kendo:stockChart-navigator-categoryAxis-title-margin></kendo:stockChart-navigator-categoryAxis-title-margin>
</kendo:stockChart-navigator-categoryAxis-title>

kendo:stockChart-navigator-categoryAxis-title-padding

The padding of the title. A numeric value will set all paddings.

More documentation is available at kendo:stockChart-navigator-categoryAxis-title-padding.

Example

<kendo:stockChart-navigator-categoryAxis-title>
    <kendo:stockChart-navigator-categoryAxis-title-padding></kendo:stockChart-navigator-categoryAxis-title-padding>
</kendo:stockChart-navigator-categoryAxis-title>
In this article
Not finding the help you need?