gaugeArea.border.widthNumber(default: 0)

The width of the border.

Example

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