scale.labels.border.widthNumber(default: 0)

The width of the border.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
    value: 50,
    scale: {
        labels: {
            border: {
                color: "#0058e9",
                width: 3
            }
        }
    }
});
</script>
In this article
scale.labels.border.width
Not finding the help you need?
Contact Support