jQuery.wijmo Namespace > wijlinechart type : getLinePath Method |
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; |
//Get the first line. $("#linechart").wijlinechart("getLinePath", 0);