scale.minorUnitNumber

The interval between minor divisions.

Example

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