scale.majorUnitNumber

The interval between major divisions.

Example

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