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