$(function () { var returnsValue; // Type: any // Parameters var lineIndex; // Type: number returnsValue = $(".selector").wijlinechart("getLinePath", lineIndex); });
function getLinePath( lineIndex : number ) : any;
Parameters
- lineIndex
- The index of the series data for which to return lines.
Return Value
Reference to raphael element object.