Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    var value; // Type:  any
    // Parameters
    var lineIndex; // Type:  number
    
    value = $(".selector").wijlinechart("getLineMarkers", lineIndex);
});
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

wijlinechart type
wijlinechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.