<kendo:chart-seriesItem-line>
The chart line configuration options.
Example
<kendo:chart-seriesItem>
<kendo:chart-seriesItem-line></kendo:chart-seriesItem-line>
</kendo:chart-seriesItem>
Configuration Attributes
color java.lang.String
The line color. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-seriesItem-line color="color">
</kendo:chart-seriesItem-line>
opacity float
The line opacity. By default the line is opaque.
Example
<kendo:chart-seriesItem-line opacity="opacity">
</kendo:chart-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:chart-seriesItem-line style="style">
</kendo:chart-seriesItem-line>
width float
The line width in pixels.
Example
<kendo:chart-seriesItem-line width="width">
</kendo:chart-seriesItem-line>