gaugeArea.margin.leftNumber

The left margin of the gauge area.

Example

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