<kendo:stockChart-seriesItem-highlight-line>

Line options for highlighted points. The color is computed automatically from the base point color.** Available only for candlestick series **

Example

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

Configuration Attributes

color java.lang.String

The line color.

Example

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

opacity float

The opacity of the line.

Example

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

width float

The width of the line.

Example

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