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