<kendo:stockChart-pane-title-border>

The border of the title.

Example

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

Configuration Attributes

color java.lang.String

The color of the border. Any valid CSS color string will work here, including hex and rgb.

Example

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

dashType java.lang.String

The dash type of the border.

Example

<kendo:stockChart-pane-title-border dashType="dashType">
</kendo:stockChart-pane-title-border>

width float

The width of the border.

Example

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