Wijmo UI for the Web
startAngle Option
wijmo.chart.wijpiechart Namespace > options type : startAngle Option

Default value: 0

Sets the number of degrees of angle from which to begin painting wedges in the pie. To see an example of this property in action, check out the following link, http://jsbin.com/ewofiv/1

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijpiechart("option", "startAngle");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijpiechart("option", "startAngle", newValue);
        
});
var startAngle : number;
See Also

Reference

options type
wijpiechart Method