legend.visible Boolean(default: false)

The visibility of the legend.

Example

    $("#chart").kendoChart({
        legend: {
            // show the legend
            visible: true
        },
        ...
    });
In this article