colorString

The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
    value: 65,
    color: "#ff6800"
});
</script>
In this article
color
Not finding the help you need?
Contact Support