<kendo:stockChart-subtitle>

The chart subtitle configuration options or text.

Example

<kendo:stockChart>
    <kendo:stockChart-subtitle></kendo:stockChart-subtitle>
</kendo:stockChart>

Configuration Attributes

align java.lang.String

The alignment of the subtitle. "center" - the text is aligned to the middle.; "left" - the text is aligned to the left. or "right" - the text is aligned to the right.. By default, the subtitle has the same alignment as the title.

Example

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

background java.lang.String

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

Example

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

color java.lang.String

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

Example

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

font java.lang.String

The font of the title.

Example

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

margin float

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

Example

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

padding float

The padding of the subtitle. A numeric value will set all margins. Further configuration is available via kendo:stockChart-subtitle-padding.

Example

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

position java.lang.String

The position of the subtitle. "bottom" - the title is positioned on the bottom. or "top" - the title is positioned on the top.. By default, the subtitle is placed in the same position as the title.

Example

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

text java.lang.String

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

Example

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

visible boolean

If set to true the chart will display the subtitle. By default the subtitle will be displayed.

Example

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

Configuration JSP Tags

kendo:stockChart-subtitle-border

The border of the subtitle.

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

Example

<kendo:stockChart-subtitle>
    <kendo:stockChart-subtitle-border></kendo:stockChart-subtitle-border>
</kendo:stockChart-subtitle>

kendo:stockChart-subtitle-margin

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

More documentation is available at kendo:stockChart-subtitle-margin.

Example

<kendo:stockChart-subtitle>
    <kendo:stockChart-subtitle-margin></kendo:stockChart-subtitle-margin>
</kendo:stockChart-subtitle>

kendo:stockChart-subtitle-padding

The padding of the subtitle. A numeric value will set all margins.

More documentation is available at kendo:stockChart-subtitle-padding.

Example

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