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