scale.verticalBoolean

The position of the gauge.

Example

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