scale.minNumber(default: 0)

The minimum value of the scale.

Example

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