state.categoryFieldString

The field which represents the configuration of the series.categoryField.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        categoryField: "month"
    }
});
</script>
In this article
state.categoryField
Not finding the help you need?
Contact Support