<kendo:stockChart-title>

The chart title configuration options or text.

Example

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

Configuration Attributes

align java.lang.String

The alignment of the title.

Example

<kendo:stockChart-title align="align">
</kendo:stockChart-title>

background java.lang.String

The background color of the title.

Example

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

color java.lang.String

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

Example

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

description java.lang.String

The accessible description of the Chart. The description is announced by screen readers when the Chart is focused.

Example

<kendo:stockChart-title description="description">
</kendo:stockChart-title>

font java.lang.String

The font of the title.

Example

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

margin java.lang.Object

The margin of the title.

Example

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

padding java.lang.Object

The padding of the title.

Example

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

position java.lang.String

The position of the title.

Example

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

text java.lang.String

The title of the chart. You can also set the text directly for a title with default options.

Example

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

visible boolean

The visibility of the title.

Example

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

Configuration JSP Tags

kendo:stockChart-title-border

The border of the title.

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

Example

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