colors.colorString

The color of the pointer in the specified range.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
    value: 30,
    colors: [{
        to: 50,
        color: '#ff6800'
    }, {
        from: 50,
        color: '#37b400'
    }]
});
</script>
In this article
colors.color
Not finding the help you need?
Contact Support