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