scale.minNumber(default: 0)

The minimum value of the scale.

Example

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