gaugeArea.margin.rightNumber

The right margin of the gauge area.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
    value: 50,
    gaugeArea: {
        margin: {
            top: 10,
            bottom: 10,
            left: 10,
            right: 25
        }
    }
});
</script>
In this article
gaugeArea.margin.right
Not finding the help you need?
Contact Support