Wijmo UI for the Web
getScatter Method
The index of the series
The index of the scatter element
Returns the scatter element with the given series index and scatter index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijscatterchart();
var value; // Type: any

// Parameters
var seriesIndex; // Type:  number
var scatterIndex; // Type:  number

value = instance.getScatter(seriesIndex, scatterIndex);
Javascript (Specification) 
function getScatter( 
   seriesIndex : number,
   scatterIndex : number
) : any;

Parameters

seriesIndex
The index of the series
scatterIndex
The index of the scatter element

Return Value

{Raphael Element} if scatterIndex is not specified, return a list of scatters of specified seriesIndex, else return the specified scatter element
Browser Compatibility
7
5
5

See Also

Reference

wijscatterchart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.