scale.minNumber(default: 0)

The minimum value of the scale.

Example

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