scale.labels.marginNumber|Object(default: 0)
The margin of the labels.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
labels: {
margin: 10
}
}
});
</script>