gaugeArea.margin.bottomNumber
The bottom margin of the gauge area.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
gaugeArea: {
margin: {
top: 10,
bottom: 40,
left: 10,
right: 10
}
}
});
</script>
In this article