Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijpiechart("option", "startAngle");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijpiechart("option", "startAngle", newValue);
        
});
Javascript (Specification) 
var startAngle : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.