Wijmo UI for the Web
getSector Method
wijmo.chart Namespace > wijpiechart type : getSector Method
The index of the sector.
Returns the sector of the pie chart with the given index.
Syntax
$(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.
See Also

Reference

wijpiechart type
wijpiechart Method