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