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