<kendo:chart-subtitle>
The chart subtitle configuration options or text.
Example
<kendo:chart>
<kendo:chart-subtitle></kendo:chart-subtitle>
</kendo:chart>
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:chart-subtitle align="align">
</kendo:chart-subtitle>
background java.lang.String
The background color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-subtitle background="background">
</kendo:chart-subtitle>
color java.lang.String
The text color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-subtitle color="color">
</kendo:chart-subtitle>
font java.lang.String
The font of the title.
Example
<kendo:chart-subtitle font="font">
</kendo:chart-subtitle>
margin float
The margin of the subtitle. A numeric value will set all margins. Further configuration is available via kendo:chart-subtitle-margin.
Example
<kendo:chart-subtitle margin="margin">
</kendo:chart-subtitle>
padding float
The padding of the subtitle. A numeric value will set all margins. Further configuration is available via kendo:chart-subtitle-padding.
Example
<kendo:chart-subtitle padding="padding">
</kendo:chart-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:chart-subtitle position="position">
</kendo:chart-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:chart-subtitle text="text">
</kendo:chart-subtitle>
visible boolean
If set to true the chart will display the subtitle. By default the subtitle will be displayed.
Example
<kendo:chart-subtitle visible="visible">
</kendo:chart-subtitle>
Configuration JSP Tags
kendo:chart-subtitle-border
The border of the subtitle.
More documentation is available at kendo:chart-subtitle-border.
Example
<kendo:chart-subtitle>
<kendo:chart-subtitle-border></kendo:chart-subtitle-border>
</kendo:chart-subtitle>
kendo:chart-subtitle-margin
The margin of the subtitle. A numeric value will set all margins.
More documentation is available at kendo:chart-subtitle-margin.
Example
<kendo:chart-subtitle>
<kendo:chart-subtitle-margin></kendo:chart-subtitle-margin>
</kendo:chart-subtitle>
kendo:chart-subtitle-padding
The padding of the subtitle. A numeric value will set all margins.
More documentation is available at kendo:chart-subtitle-padding.
Example
<kendo:chart-subtitle>
<kendo:chart-subtitle-padding></kendo:chart-subtitle-padding>
</kendo:chart-subtitle>