colorString

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

Example

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