scale.rangeDistanceNumber

The distance from the range indicators to the ticks.

Example

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