<kendo:stockChart-navigator-pane-title>
The title configuration of the navigator pane.
Example
<kendo:stockChart-navigator-pane>
<kendo:stockChart-navigator-pane-title></kendo:stockChart-navigator-pane-title>
</kendo:stockChart-navigator-pane>
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-pane-title background="background">
</kendo:stockChart-navigator-pane-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-pane-title color="color">
</kendo:stockChart-navigator-pane-title>
font java.lang.String
The font style of the title.
Example
<kendo:stockChart-navigator-pane-title font="font">
</kendo:stockChart-navigator-pane-title>
margin float
The margin of the title. A numeric value will set all margins. Further configuration is available via kendo:stockChart-navigator-pane-title-margin.
Example
<kendo:stockChart-navigator-pane-title margin="margin">
</kendo:stockChart-navigator-pane-title>
position java.lang.String
The position of the title.The supported values are: "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-pane-title position="position">
</kendo:stockChart-navigator-pane-title>
text java.lang.String
The text of the title.
Example
<kendo:stockChart-navigator-pane-title text="text">
</kendo:stockChart-navigator-pane-title>
visible boolean
If set to true the chart will display the pane title. By default the pane title is visible.
Example
<kendo:stockChart-navigator-pane-title visible="visible">
</kendo:stockChart-navigator-pane-title>
Configuration JSP Tags
kendo:stockChart-navigator-pane-title-border
The border of the title.
More documentation is available at kendo:stockChart-navigator-pane-title-border.
Example
<kendo:stockChart-navigator-pane-title>
<kendo:stockChart-navigator-pane-title-border></kendo:stockChart-navigator-pane-title-border>
</kendo:stockChart-navigator-pane-title>
kendo:stockChart-navigator-pane-title-margin
The margin of the title. A numeric value will set all margins.
More documentation is available at kendo:stockChart-navigator-pane-title-margin.
Example
<kendo:stockChart-navigator-pane-title>
<kendo:stockChart-navigator-pane-title-margin></kendo:stockChart-navigator-pane-title-margin>
</kendo:stockChart-navigator-pane-title>