scale.rangeDistanceNumber
The distance from the range indicators to the ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
scale: {
rangeDistance: 10
}
});
</script>
In this article