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