pointer.sizeNumber

The size of the pointer.

Example

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