legend.borderObject

The border of the legend.

Example

pseudo
    $("#chart").kendoChart({
        legend: {
            border: {
                // set the border width to 2 pixels
                width: 2,
                // set the color to grey
                color: "grey",
                // set the dash type to solid. this is the default so we could leave this line out.
                dashType: "solid"
            }
        },
        ...
    });
In this article
legend.borderRelated Properties
Not finding the help you need?
Contact Support