scale.labelsObject
Configures the scale labels.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
labels: {
color: "#0058e9",
font: "14px Arial",
background: "#f0f0f0"
}
}
});
</script>