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

Default value: 0

A value that indicates in degrees where to start the lowest number in the numeric labels and tickMarks around the face of the RadialGauge.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijradialgauge("option", "startAngle");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijradialgauge("option", "startAngle", newValue);
        
});
var startAngle : number;
Remarks
The default value of 0 degrees renders the lowest number to the left of the origin. A value of -90 degrees renders the lowest number below the origin. A value of 90 degrees renders the lowest number above the origin. A value of 180 degrees renders the lowest number to the right of the origin.
See Also

Reference

options type
wijradialgauge jQuery Widget