state.legendObject
The chart legend configuration options.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
legend: {
position: "bottom",
visible: true,
labels: {
color: "#333",
font: "12px Arial"
}
}
}
});
</script>
In this article