<kendo:stockChart-pane-title>
The pane title text or configuration.
Example
<kendo:stockChart-pane>
<kendo:stockChart-pane-title></kendo:stockChart-pane-title>
</kendo:stockChart-pane>
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:stockChart-pane-title background="background">
</kendo:stockChart-pane-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:stockChart-pane-title color="color">
</kendo:stockChart-pane-title>
font java.lang.String
The font style of the title.
Example
<kendo:stockChart-pane-title font="font">
</kendo:stockChart-pane-title>
margin java.lang.Object
The margin of the title.
Example
<kendo:stockChart-pane-title margin="margin">
</kendo:stockChart-pane-title>
position java.lang.String
The position of the title.
Example
<kendo:stockChart-pane-title position="position">
</kendo:stockChart-pane-title>
text java.lang.String
The text of the title.
Example
<kendo:stockChart-pane-title text="text">
</kendo:stockChart-pane-title>
visible boolean
The visibility of the title.
Example
<kendo:stockChart-pane-title visible="visible">
</kendo:stockChart-pane-title>
Configuration JSP Tags
kendo:stockChart-pane-title-border
The border of the title.
More documentation is available at kendo:stockChart-pane-title-border.
Example
<kendo:stockChart-pane-title>
<kendo:stockChart-pane-title-border></kendo:stockChart-pane-title-border>
</kendo:stockChart-pane-title>