$(function () { var returnsValue; // Type: any // Parameters var seriesIndex; // Type: number var scatterIndex; // Type: number returnsValue = $(".selector").wijscatterchart("getScatter", seriesIndex, scatterIndex); });
function getScatter( seriesIndex : number, scatterIndex : number ) : any;
Parameters
- seriesIndex
- The index of the series
- scatterIndex
- The index of the scatter element
Return Value
{Raphael Element} if scatterIndex is not specified, return a list of scatters of specified seriesIndex,
else return the specified scatter element