Wijmo UI for the Web
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
Javascript (Usage) 
var instance = new jQuery.wijmo.wijlinechart();
var value; // Type: any

// Parameters
var lineIndex; // Type:  number

value = instance.getLinePath(lineIndex);
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

wijlinechart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.