<kendo:stockChart-seriesItem-line>

Line options.** Applicable to area, candlestick and ohlc series. **

Example

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

Configuration Attributes

color java.lang.String

The line color.

Example

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

opacity float

The line opacity.

Example

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

style java.lang.String

The supported values are: "normal" - The values will be connected with straight line.; "step" - The values will be connected with a line with right angle. or "smooth" - The values will be connected with a smooth line..

Example

<kendo:stockChart-seriesItem-line style="style">
</kendo:stockChart-seriesItem-line>

width java.lang.String

The line width.

Example

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