gaugeArea.border.opacityNumber(default: 1)

The opacity of the border. By default the border is opaque.

Example

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