wijmo.chart Namespace > wijlinechart type : getLineMarkers Method |
Javascript (Usage) | |
---|---|
$(function () { var value; // Type: any // Parameters var lineIndex; // Type: number value = $(".selector").wijlinechart("getLineMarkers", lineIndex); }); |
Javascript (Specification) | |
---|---|
function getLineMarkers( lineIndex : number ) : any; |
//Get the markers of the first line. $("#linechart").wijlinechart("getLineMarkers", 0);