Wijmo UI for the Web
radius Option
wijmo.gauge.wijradialgauge Namespace > options type : radius Option

Default value: 'auto'

A value that indicates the radius of the radial gauge in pixels, or use "auto" to have the gauge indicators fill the gauge area.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijradialgauge("option", "radius");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijradialgauge("option", "radius", newValue);
        
});
var radius : string;
Remarks
Values between 50 and 200 are most useful when you use the default size for the gauge area.
See Also

Reference

options type
wijradialgauge jQuery Widget