jQuery.wijmo Namespace > wijpiechart type : getSector Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijpiechart(); var value; // Type: any // Parameters var index; // Type: number value = instance.getSector(index); |
Javascript (Specification) | |
---|---|
function getSector( index : number ) : any; |