<kendo:stockChart-navigator-seriesItem-border>
The border of the points.** Applicable to column, ohlc and candlestick series **
Example
<kendo:stockChart-navigator-seriesItem>
<kendo:stockChart-navigator-seriesItem-border></kendo:stockChart-navigator-seriesItem-border>
</kendo:stockChart-navigator-seriesItem>
Configuration Attributes
color java.lang.String
The color of the border. It defaults to the color of the current series.
Example
<kendo:stockChart-navigator-seriesItem-border color="color">
</kendo:stockChart-navigator-seriesItem-border>
dashType java.lang.String
The dash type of the border.
Example
<kendo:stockChart-navigator-seriesItem-border dashType="dashType">
</kendo:stockChart-navigator-seriesItem-border>
width float
The width of the border.
Example
<kendo:stockChart-navigator-seriesItem-border width="width">
</kendo:stockChart-navigator-seriesItem-border>