Wijmo UI for the Web
getElement Method
The type of the chart element.
The index of the element.
The index of the series.
Returns the raphael element with the given type and index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcompositechart();
var value; // Type: any

// Parameters
var type; // Type:  string
var index; // Type:  number
var seriesIndex; // Type:  number

value = instance.getElement(type, index, seriesIndex);
Javascript (Specification) 
function getElement( 
   type : string,
   index : number,
   seriesIndex : number
) : any;

Parameters

type
The type of the chart element.
index
The index of the element.
seriesIndex
The index of the series.

Return Value

Returns the specified raphael object.
Browser Compatibility
7
5
5

See Also

Reference

wijcompositechart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.