Wijmo UI for the Web
getBar Method
The zero-based index of the bar to return.
This method returns the bar, which has a set of Raphaël objects (rects) that represent bars for the series data, from the specified index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijbarchart();
var value; // Type: any

// Parameters
var index; // Type:  number

value = instance.getBar(index);
Javascript (Specification) 
function getBar( 
   index : number
) : any;

Parameters

index
The zero-based index of the bar to return.

Return Value

Bar object.
Browser Compatibility
7
5
5

See Also

Reference

wijbarchart type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.