<kendo:sparkline-seriesItem-line>

Line options.Applicable to area series.

Example

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

Configuration Attributes

color java.lang.String

The line color.

Example

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

opacity float

The line opacity.

Example

<kendo:sparkline-seriesItem-line opacity="opacity">
</kendo:sparkline-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:sparkline-seriesItem-line style="style">
</kendo:sparkline-seriesItem-line>

width java.lang.String

The line width.

Example

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