pointer.track.colorString

The color of the track.

Example

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