Returns the raphael element with the given type and index.
Javascript (Usage) | |
---|
$(function () {
var value; // Type: any
// Parameters
var type; // Type: string
var index; // Type: number
var seriesIndex; // Type: number
value = $(".selector").wijcompositechart("getElement", type, index, seriesIndex);
});
|
Javascript (Specification) | |
---|
function getElement(
: string,
: number,
: 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.