state.categoryAxis.reverseBoolean(default: false)
The reverse option of the axis.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
categoryAxis: {
reverse: true
}
}
});
</script>