scale.reverseBoolean(default: false)

Reverses the axis direction - values increase from right to left and from top to bottom.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoLinearGauge({
    pointer: {
        value: 30
    },
    scale: {
        min: 0,
        max: 50,
        reverse: true
    }
});
</script>
In this article
scale.reverse
Not finding the help you need?
Contact Support