pointer.colorString

The color of the pointer.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoLinearGauge({
    pointer: {
        value: 25,
        color: "#ff6b35"
    },
    scale: {
        min: 0,
        max: 50
    }
});
</script>
In this article
pointer.color
Not finding the help you need?
Contact Support