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) 
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;

Parameters

index
The index of the sector.

Return Value

Reference to raphael element object.
Browser Compatibility
7
5
5

See Also

Reference

wijpiechart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.