pointer.track.sizeNumber

The size of the track.

Example

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