scale.rangePlaceholderColorString
The default color for the ranges.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
rangePlaceholderColor: "#e0e0e0"
}
});
</script>
In this article