pointer.valueNumber

The value of the gauge.

Example

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