<kendo:stockChart-seriesItem-highlight-border>

The border of highlighted points. The color is computed automatically from the base point color.** Applicable to bubble, pie, candlestick and ohlc series. **

Example

<kendo:stockChart-seriesItem-highlight>
    <kendo:stockChart-seriesItem-highlight-border></kendo:stockChart-seriesItem-highlight-border>
</kendo:stockChart-seriesItem-highlight>

Configuration Attributes

color java.lang.String

The border color.

Example

<kendo:stockChart-seriesItem-highlight-border color="color">
</kendo:stockChart-seriesItem-highlight-border>

opacity float

The border opacity.

Example

<kendo:stockChart-seriesItem-highlight-border opacity="opacity">
</kendo:stockChart-seriesItem-highlight-border>

width float

The width of the border.

Example

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