<kendo:stockChart-seriesItem-legendItem-highlight-markers-border>
The border of the highlighted markers.
Example
<kendo:stockChart-seriesItem-legendItem-highlight-markers>
<kendo:stockChart-seriesItem-legendItem-highlight-markers-border></kendo:stockChart-seriesItem-legendItem-highlight-markers-border>
</kendo:stockChart-seriesItem-legendItem-highlight-markers>
Configuration Attributes
color java.lang.String
The configuration of the Chart legend highlighted item markers border.
Example
<kendo:stockChart-seriesItem-legendItem-highlight-markers-border color="color">
</kendo:stockChart-seriesItem-legendItem-highlight-markers-border>
dashType java.lang.String
The dash type of the highlighted legend item border.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:stockChart-seriesItem-legendItem-highlight-markers-border dashType="dashType">
</kendo:stockChart-seriesItem-legendItem-highlight-markers-border>
Event Attributes
color String
The configuration of the Chart legend highlighted item markers border.
Example
<kendo:stockChart-seriesItem-legendItem-highlight-markers-border color="handle_color">
</kendo:stockChart-seriesItem-legendItem-highlight-markers-border>
<script>
function handle_color(e) {
// Code to handle the color event.
}
</script>
Event Tags
kendo:stockChart-seriesItem-legendItem-highlight-markers-border-color
The configuration of the Chart legend highlighted item markers border.
Example
<kendo:stockChart-seriesItem-legendItem-highlight-markers-border>
<kendo:stockChart-seriesItem-legendItem-highlight-markers-border-color>
<script>
function(e) {
// Code to handle the color event.
}
</script>
</kendo:stockChart-seriesItem-legendItem-highlight-markers-border-color>
</kendo:stockChart-seriesItem-legendItem-highlight-markers-border>