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