scale.labels.borderObject
The border of the labels.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
labels: {
border: {
color: "#37b400",
width: 2,
dashType: "solid"
}
}
}
});
</script>
In this article