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

Reference

wijlinechart type
wijlinechart jQuery Widget