scale.labels.margin.rightNumber

The right margin of the labels.

Example

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