scale.labels.padding.leftNumber

The left padding of the labels.

Example

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