Wijmo UI for the Web
getLinePath Method
wijmo.chart Namespace > wijlinechart type : getLinePath Method
The index of the series data for which to return lines.
Returns reference to raphael's path object for the line data with given index.
Syntax
$(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.
Example
//Get the first line.
$("#linechart").wijlinechart("getLinePath", 0);
See Also

Reference

wijlinechart type
wijlinechart jQuery Widget