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) 
var instance = new jQuery.wijmo.wijlinechart();
var value; // Type: any

// Parameters
var lineIndex; // Type:  number

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.