Wijmo UI for the Web
getElement Method
wijmo.chart Namespace > wijcompositechart type : 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
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var type; // Type:  string
    var index; // Type:  number
    var seriesIndex; // Type:  number
    
    returnsValue = $(".selector").wijcompositechart("getElement", type, index, seriesIndex);
});
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.
See Also

Reference

wijcompositechart type
wijcompositechart jQuery Widget