<kendo:chart-seriesItem-whiskers>
The chart series whiskers configuration.
Example
<kendo:chart-seriesItem>
<kendo:chart-seriesItem-whiskers></kendo:chart-seriesItem-whiskers>
</kendo:chart-seriesItem>
Configuration Attributes
color java.lang.String
The color of the whiskers.
Example
<kendo:chart-seriesItem-whiskers color="color">
</kendo:chart-seriesItem-whiskers>
dashType java.lang.String
The dash type of the whiskers.The following dash types are supported: "dash" - a line consisting of dashes; "dashDot" - a line consisting of a repeating pattern of dash-dot; "dot" - a line consisting of dots; "longDash" - a line consisting of a repeating pattern of long-dash; "longDashDot" - a line consisting of a repeating pattern of long-dash-dot; "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot or "solid" - a solid line.
Example
<kendo:chart-seriesItem-whiskers dashType="dashType">
</kendo:chart-seriesItem-whiskers>
opacity float
The opacity of the whiskers.
Example
<kendo:chart-seriesItem-whiskers opacity="opacity">
</kendo:chart-seriesItem-whiskers>
width float
The width of the whiskers.
Example
<kendo:chart-seriesItem-whiskers width="width">
</kendo:chart-seriesItem-whiskers>