Wijmo UI for the Web
getSector Method
The index of the sector.
Returns the sector of the pie chart with the given index.
Syntax
Javascript (Usage) 
$(function () {
    var value; // Type:  any
    // Parameters
    var index; // Type:  number
    
    value = $(".selector").wijpiechart("getSector", index);
});
Javascript (Specification) 
function getSector( 
   index : number
) : any;

Parameters

index
The index of the sector.

Return Value

Reference to raphael element object.
Browser Compatibility
7
5
5

See Also

Reference

wijpiechart type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.