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
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) | |
---|---|
|