wijmo.chart Namespace > wijpiechart type : getSector Method |
Javascript (Usage) | |
---|---|
$(function () { var value; // Type: any // Parameters var index; // Type: number value = $(".selector").wijpiechart("getSector", index); }); |
Javascript (Specification) | |
---|---|
function getSector( index : number ) : any; |