scale.minorUnitNumber

The interval between minor divisions.

Example

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