scale.maxNumber(default: 100)

The maximum value of the scale.

Example

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