scale.labels.margin.bottomNumber

The bottom margin of the labels.

Example

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