scale.minNumber(default: 0)

The minimum value of the scale.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoRadialGauge({
    pointer: [{
        value: 40
    }],
    scale: {
        min: 20,
        max: 100
    }
});
</script>
In this article
scale.min
Not finding the help you need?
Contact Support