legend.visibleBoolean
(default: false)
The visibility of the legend.
Example
pseudo
$("#chart").kendoChart({
legend: {
// show the legend
visible: true
},
...
});
In this article