scale.majorUnitNumber

The interval between major divisions.

Example

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