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