pointer.shapeString
The shape of the pointer.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoLinearGauge({
pointer: {
value: 25,
shape: "arrow"
},
scale: {
min: 0,
max: 50
}
});
</script>
"barIndicator"
Specifies a filling bar indicator.
"arrow"
Specifies a arrow shape.
In this article