gaugeArea.marginNumber|Object
(default: 5)
The margin of the gauge area.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoRadialGauge({
pointer: [{
value: 20,
gaugeArea:{
margin:50
}
}]
});
</script>
gaugeArea.margin.topNumber
The top margin of the gauge area.
gaugeArea.margin.bottomNumber
The bottom margin of the gauge area.
gaugeArea.margin.leftNumber
The left margin of the gauge area.
gaugeArea.margin.rightNumber
The right margin of the gauge area.
In this article