$(function () { var returnsValue; // Type: any // Parameters var index; // Type: number returnsValue = $(".selector").wijpiechart("getSector", index); });
function getSector( index : number ) : any;
Parameters
- index
- The index of the sector.
Return Value
Reference to raphael element object.