scale.labels.margin.leftNumber
The left margin of the labels.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
labels: {
margin: {
left: 12
}
}
}
});
</script>
In this article