Wijmo UI for the Web
length Field
wijmo.gauge Namespace > gauge_pointer Interface : length Field

Sets the length of the pointer as a percentage of the radius(or width/height in lineargauge) of the gauge. You can set the length to be greater than the radius(or width/height).

Syntax
var instance; // Type: wijmo.gauge.gauge_pointer;
var value; // Type: number
value = instance.length;
var length : number;
See Also

Reference

gauge_pointer Interface