scale.labels.padding.rightNumber
The right padding of the labels.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
labels: {
padding: {
right: 12
}
}
}
});
</script>