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>
In this article
state.categoryAxis.reverse
Not finding the help you need?
Contact Support