Wijmo UI for the Web
offset Field
wijmo.gauge Namespace > gauge_label Interface : offset Field

A value in pixels that indicates the distance of the numeric labels from the outer reach of the pointer.

Syntax
var instance; // Type: wijmo.gauge.gauge_label;
var value; // Type: number
value = instance.offset;
var offset : number;
Remarks
A value of 50 pixels renders the labels outside the circular gauge area, cutting off the numbers along the top. A value of 0 pixels renders the labels just inside the tick marks.
See Also

Reference

gauge_label Interface