$(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.