<kendo:stockChart-legend-item-markers-border>

The border of the markers.

Example

<kendo:stockChart-legend-item-markers>
    <kendo:stockChart-legend-item-markers-border></kendo:stockChart-legend-item-markers-border>
</kendo:stockChart-legend-item-markers>

Configuration Attributes

color java.lang.String

The configuration of the Chart legend item markers border.

Example

<kendo:stockChart-legend-item-markers-border color="color">
</kendo:stockChart-legend-item-markers-border>

dashType java.lang.String

The dash type of the 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-legend-item-markers-border dashType="dashType">
</kendo:stockChart-legend-item-markers-border>

Event Attributes

color String

The configuration of the Chart legend item markers border.

Example

<kendo:stockChart-legend-item-markers-border color="handle_color">
</kendo:stockChart-legend-item-markers-border>
<script>
    function handle_color(e) {
        // Code to handle the color event.
    }
</script>

Event Tags

kendo:stockChart-legend-item-markers-border-color

The configuration of the Chart legend item markers border.

Example

<kendo:stockChart-legend-item-markers-border>
    <kendo:stockChart-legend-item-markers-border-color>
        <script>
            function(e) {
                // Code to handle the color event.
            }
        </script>
    </kendo:stockChart-legend-item-markers-border-color>
</kendo:stockChart-legend-item-markers-border>
In this article
Not finding the help you need?