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>