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
state.legendRelated Properties
Not finding the help you need?
Contact Support