scale.minorUnitNumber

The interval between minor divisions.

Example

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